From 30c4a17f4a0a7fd6e6a3f5de3765fc3d3d1501e3 Mon Sep 17 00:00:00 2001 From: Mohanson Date: Mon, 28 Oct 2024 09:17:17 +0800 Subject: [PATCH] Bump version to v0.16.1 (#120) * 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 --- Cargo.toml | 8 ++++---- contracts/rust-toolchain | 2 +- rust-toolchain | 2 +- test/Cargo.toml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe8bd4c..77e9e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-std" -version = "0.16.0" +version = "0.16.1" authors = ["Nervos network"] edition = "2021" license = "MIT" @@ -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 } diff --git a/contracts/rust-toolchain b/contracts/rust-toolchain index 7c7053a..dbd4126 100644 --- a/contracts/rust-toolchain +++ b/contracts/rust-toolchain @@ -1 +1 @@ -1.75.0 +1.81.0 diff --git a/rust-toolchain b/rust-toolchain index 7c7053a..dbd4126 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.75.0 +1.81.0 diff --git a/test/Cargo.toml b/test/Cargo.toml index 9e3a13a..1b509df 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -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"