Why Nostr? What is Njump?
2024-07-03 00:50:12

npub1z3…p9a5r on Nostr: commit bc4a46c8583c95e40a531f6d4807243027b58df0 Author: randymcmillan ...

commit bc4a46c8583c95e40a531f6d4807243027b58df0
Author: randymcmillan <[email protected]>
Date: Thu May 9 18:35:43 2024 -0400

.github/workflows/release.yml

rust-toolchain.toml

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 505e8b148..bb346c7b2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
- run: rustup update "1.70" --no-self-update && rustup default "1.70"
+ run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
- name: Install cargo-dist
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
@@ -114,7 +114,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
- run: rustup update "1.70" --no-self-update && rustup default "1.70"
+ run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
@@ -170,7 +170,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
- run: rustup update "1.70" --no-self-update && rustup default "1.70"
+ run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
- name: Install cargo-dist
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh"
@@ -218,7 +218,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
- run: rustup update "1.70" --no-self-update && rustup default "1.70"
+ run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
- name: Install cargo-dist
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.14.1/cargo-dist-installer.sh | sh"
# Fetch artifacts from scratch-storage
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 000000000..d3ed9f324
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,5 @@
+[toolchain]
+# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
+# https://rust-lang.github.io/rustup/concepts/profiles.html
+profile = "default"
+channel = "1.75.0"
Author Public Key
npub1z3jd9a7f6pskt7uy5hqxrdfyqp5n9me9x8lt5az2a4c0skwd4ktqsp9a5r