Skip to content

Commit

Permalink
Merge pull request #28 from nervina-labs/develop
Browse files Browse the repository at this point in the history
release v0.12.0
  • Loading branch information
duanyytop authored Jan 19, 2024
2 parents d67ea75 + d168e21 commit ec0c2d0
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 84 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-2022-08-01
toolchain: nightly-2023-06-13
override: true

- uses: docker-practice/actions-setup-docker@master
Expand Down
188 changes: 113 additions & 75 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "cota-smt"
version = "0.7.0"
edition = "2018"
version = "0.12.0"
edition = "2021"

[dependencies]
cfg-if = "1.0"
blake2b-ref = "0.3.1"
ckb-std = {version = "0.9.0", optional = true}
ckb-types = {version = "0.101.1", optional = true}
molecule = {version = "0.7.2", default_features = false, optional = true}
sparse-merkle-tree = {version = "0.5.3", default_features = false}
ckb-std = {version = "0.15.0", optional = true}
ckb-types = {version = "0.113.0", optional = true}
molecule = {version = "0.7.5", default_features = false, optional = true}
sparse-merkle-tree = {version = "0.6.1", default_features = false}


[features]
default = ["std", "ckb-types"]
std = []
no-std = ["ckb-std","molecule"]
no-std = ["ckb-std", "molecule"]
Loading

0 comments on commit ec0c2d0

Please sign in to comment.