Skip to content

Commit

Permalink
chore: Bump version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Sep 5, 2023
1 parent dc2e00d commit c70684e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-04-20
toolchain: nightly-2023-06-13
override: true

- uses: docker-practice/actions-setup-docker@master
Expand Down
79 changes: 49 additions & 30 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,13 +1,13 @@
[package]
name = "cota-smt"
version = "0.10.0"
version = "0.11.0"
edition = "2021"

[dependencies]
cfg-if = "1.0"
blake2b-ref = "0.3.1"
ckb-std = {version = "0.14.2", optional = true}
ckb-types = {version = "0.103.0", optional = true}
ckb-types = {version = "0.110.1", 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-2023-04-20
nightly-2023-06-13

0 comments on commit c70684e

Please sign in to comment.