Skip to content

Commit

Permalink
fix: use correct crate for autonomi version
Browse files Browse the repository at this point in the history
The `sn-releases` version was upgraded to the newest version, which uses the correct crate for the
`autonomi` binary.
  • Loading branch information
jacderida committed Oct 24, 2024
1 parent 5c3de9a commit 3ab732f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on: pull_request
env:
RUST_BACKTRACE: 1
RUSTFLAGS: "-D warnings"
CLIENT_VERSION: 0.1.1-rc.1
NODE_VERSION: 0.112.0-rc.1
NODE_MANAGER_VERSION: 0.11.0-rc.1
CLIENT_VERSION: 0.1.2
NODE_VERSION: 0.112.1
NODE_MANAGER_VERSION: 0.11.0

jobs:
# The code in this crate uses lots of conditional compilation for cross-platform capabilities.
Expand Down Expand Up @@ -331,4 +331,3 @@ jobs:

- name: dry run publish
run: cargo publish --dry-run

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ semver = "1.0.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
sn-releases = "0.3.0"
sn-releases = "0.3.1"
tempfile = "3.8.1"
textwrap = "0.16.0"
tokio = { version = "1.26", features = ["full"] }
Expand Down

0 comments on commit 3ab732f

Please sign in to comment.