Skip to content

Commit

Permalink
chore: bump toolchain and test sdk (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored Nov 21, 2023
1 parent acfa428 commit 0985109
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 170 deletions.
152 changes: 2 additions & 150 deletions distro/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion distro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ maplit = "1.0.2"
serde_json = "1.0.96"

[build-dependencies]
built = "0.5.2"
built = "0.7.1"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-06-27"
channel = "nightly-2023-08-27"
components = [ "rustfmt", "clippy" ]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
profile = "minimal"
56 changes: 41 additions & 15 deletions service/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ serde = { version = "1.0.188", features = ["derive"] }
thiserror = "=1.0.50"
sha2 = "=0.10.8"
fluence-keypair = "=0.10.3"
libp2p-identity = "=0.2.7"
libp2p-identity = "=0.2.8"

[dev-dependencies]
marine-rs-sdk-test = "=0.11.0"
marine-rs-sdk-test = "=0.11.1"
rusqlite = "=0.30.0"

[build-dependencies]
marine-rs-sdk-test = "=0.11.0"
marine-rs-sdk-test = "=0.11.1"

0 comments on commit 0985109

Please sign in to comment.