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

npub1rd…pjv8e on Nostr: commit 5ad642bdcc6dc2ebe71d4c147ae922f003378b2e Author: randymcmillan ...

commit 5ad642bdcc6dc2ebe71d4c147ae922f003378b2e
Author: randymcmillan <[email protected]>
Date: Thu May 9 11:36:24 2024 -0400

Cargo.toml:.github/workflows/release.yml:use rust 1.70

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2af5dc685..505e8b148 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -58,6 +58,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
+ - name: Install Rust
+ run: rustup update "1.70" --no-self-update && rustup default "1.70"
- 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
@@ -111,6 +113,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
+ - name: Install Rust
+ run: rustup update "1.70" --no-self-update && rustup default "1.70"
- uses: swatinem/rust-cache@v2
with:
key: ${{ join(matrix.targets, '-') }}
@@ -165,6 +169,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
+ - name: Install Rust
+ run: rustup update "1.70" --no-self-update && rustup default "1.70"
- 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"
@@ -211,6 +217,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
+ - name: Install Rust
+ run: rustup update "1.70" --no-self-update && rustup default "1.70"
- 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/Cargo.toml b/Cargo.toml
index 92d59413c..19cabfbba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -143,7 +143,7 @@ codegen-units = 1
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
-cargo-dist-version = "0.14.0"
+cargo-dist-version = "0.14.1"
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
rust-toolchain-version = "1.67.1"
# CI backends to support
Author Public Key
npub1rdgy6hrnel2x76wthvve6dmm3kjph7ctrfmz8jwgz093gzymukwqcpjv8e