Skip to content

Commit

Permalink
Merge pull request #70 from libraries/update
Browse files Browse the repository at this point in the history
chore: bump version to v0.14.3
  • Loading branch information
mohanson authored Aug 25, 2023
2 parents 5a43b03 + 7ff6e12 commit 3556380
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.2"
version = "0.14.3"
authors = ["Nervos network"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ ckb2023 = []
cc = "1.0"

[dependencies]
ckb-types = { package = "ckb-standalone-types", version = "0.1.4", path = "crates/ckb-standalone-types", default-features = false, optional = true }
ckb-types = { package = "ckb-standalone-types", version = "0.1.5", 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.4"
version = "0.1.5"
authors = ["Nervos network"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 3556380

Please sign in to comment.