Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slesarew committed Jan 30, 2025
1 parent 77d5107 commit 423864d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.7.1

- bump `substrate-crypto-light` to 0.2.0

# v0.7.0

- Use types from `substrate-crypto-light` crate
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ primitive-types = {version = "0.13.1", default-features = false}
scale-info = {version = "2.11.5", default-features = false}
sp-arithmetic = {version = "26.0.0", default-features = false}
sp-crypto-hashing = {version = "0.1.0", default-features = false}
substrate-crypto-light = {version = "0.1.0", default-features = false, features = ["ecdsa", "ed25519", "sr25519"]}
substrate-crypto-light = {version = "0.2.0", default-features = false, features = ["ecdsa", "ed25519", "sr25519"]}

[features]
default = ["std"]
Expand Down

0 comments on commit 423864d

Please sign in to comment.