Skip to content

Commit

Permalink
Fix/upgrade more Rust examples:
Browse files Browse the repository at this point in the history
* `basic_bitcoin`
* `canister-info`
  • Loading branch information
berestovskyy committed Dec 5, 2023
1 parent 05619b1 commit f67a482
Show file tree
Hide file tree
Showing 15 changed files with 173 additions and 309 deletions.
136 changes: 65 additions & 71 deletions rust/basic_bitcoin/Cargo.lock

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

4 changes: 1 addition & 3 deletions rust/basic_bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[workspace]
members = [
"src/basic_bitcoin",
]
members = ["src/basic_bitcoin"]
2 changes: 1 addition & 1 deletion rust/basic_bitcoin/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"bind": "127.0.0.1:4943"
}
}
}
}
2 changes: 1 addition & 1 deletion rust/basic_bitcoin/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.68.0"
channel = "1.74.0"
targets = ["wasm32-unknown-unknown"]
Loading

0 comments on commit f67a482

Please sign in to comment.