Skip to content

Commit

Permalink
Bump version to v0.16.1 (nervosnetwork#120)
Browse files Browse the repository at this point in the history
* Update ckb to v0.119

* Update rust toolchain to v1.81.0

* Bump version to v0.16.1

* Update rust toolchain to v1.81.0

* Update ckb-x64-simulator to v0.10.0

* Update ckb-testtool
  • Loading branch information
mohanson authored Oct 28, 2024
1 parent 605c3c2 commit 30c4a17
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-std"
version = "0.16.0"
version = "0.16.1"
authors = ["Nervos network"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -41,13 +41,13 @@ type-id = ["ckb-hash", "ckb-types"]
cc = "1.0"

[dependencies]
ckb-types = { package = "ckb-gen-types", version = "0.118", default-features = false, optional = true }
ckb-hash = { version = "0.118", default-features = false, features = [
ckb-types = { package = "ckb-gen-types", version = "0.119", default-features = false, optional = true }
ckb-hash = { version = "0.119", default-features = false, features = [
"ckb-contract",
], optional = true }

buddy-alloc = { version = "0.6", optional = true }
ckb-x64-simulator = { version = "0.9", optional = true }
ckb-x64-simulator = { version = "0.10", optional = true }
gcd = "2.3"
log = { version = "0.4", optional = true, default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion contracts/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.75.0
1.81.0
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.75.0
1.81.0
8 changes: 4 additions & 4 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-x64-simulator = "0.9.2"
ckb-testtool = "0.13.1"
ckb-x64-simulator = "0.10"
ckb-testtool = "0.14"
serde_json = "1.0"
ckb-mock-tx-types = "0.118.0"
ckb-mock-tx-types = "0.119.0"
blake2b-rs = "0.1.5"
faster-hex = "0.6"
ckb-hash = "0.118.0"
ckb-hash = "0.119.0"

0 comments on commit 30c4a17

Please sign in to comment.