Skip to content

Commit

Permalink
fix(deps): update rust crate ckb-std to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent dbde459 commit 42a5d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-std = "0.10.0"
ckb-std = "0.15.2"
types = { path = "../../types", default-features = false }
no-std-compat = { version = "0.4.1", features = [ "alloc" ] }
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
Expand Down

0 comments on commit 42a5d04

Please sign in to comment.