Skip to content

Commit

Permalink
chore: Bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Aug 23, 2023
1 parent dcf62c6 commit c4e35ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 27 deletions.
32 changes: 8 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "cota-smt"
version = "0.9.0"
version = "0.10.0"
edition = "2021"

[dependencies]
cfg-if = "1.0"
blake2b-ref = "0.3.1"
ckb-std = {version = "0.10.0", optional = true}
ckb-std = {version = "0.14.2", optional = true}
ckb-types = {version = "0.103.0", optional = true}
molecule = {version = "0.7.2", default_features = false, optional = true}
sparse-merkle-tree = {version = "0.6.1", default_features = false}
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-08-01
nightly-2023-04-20

0 comments on commit c4e35ea

Please sign in to comment.