Skip to content

Commit

Permalink
Update rust toolchain to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
XuJiandong committed Mar 14, 2024
1 parent 74f2129 commit 39c89cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]
members = ["ckb-transaction-cobuild", "contracts/transaction-cobuild-lock-demo", "contracts/transaction-cobuild-type-demo", "contracts/transaction-cobuild-otx-lock-demo"]
exclude = ["tests"]
resolver = "2"

[profile.release]
overflow-checks = true
Expand Down
2 changes: 1 addition & 1 deletion ckb-transaction-cobuild/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ pub fn cobuild_entry<F: Callback>(verifier: F) -> Result<bool, Error> {
.message()
.actions()
.iter()
.map(|pair| pair.script_hash().raw_data().clone().try_into().unwrap())
.map(|pair| pair.script_hash().raw_data().try_into().unwrap())
.collect();
check_script_hashes(action_hashes)?;

Expand Down
1 change: 0 additions & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
1.75.0

0 comments on commit 39c89cb

Please sign in to comment.