Skip to content

Commit

Permalink
chore: bump v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jul 4, 2023
1 parent 8229eac commit d5f9712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-std"
version = "0.14.1"
version = "0.14.2"
authors = ["Nervos network"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -34,7 +34,7 @@ ckb2023 = []
cc = "1.0"

[dependencies]
ckb-types = { package = "ckb-standalone-types", version = "0.1.3", path = "crates/ckb-standalone-types", default-features = false, optional = true }
ckb-types = { package = "ckb-standalone-types", version = "0.1.4", path = "crates/ckb-standalone-types", default-features = false, optional = true }
buddy-alloc = { version = "0.5.0", optional = true }
ckb-x64-simulator = { version = "0.7.0", optional = true }
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
Expand Down
4 changes: 2 additions & 2 deletions contracts/Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/ckb-standalone-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ckb-standalone-types"
version = "0.1.3"
version = "0.1.4"
authors = ["Nervos network"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit d5f9712

Please sign in to comment.