Skip to content

Commit

Permalink
refactor: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
aya015757881 committed Aug 22, 2024
1 parent f285e0f commit e041fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions anychain-kms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anychain-kms"
description = "A Rust library providing Key Management Schema for AnyChain. Handles general security and signature algorithms."
version = "0.1.10"
version = "0.1.11"
keywords = ["cryptography", "security", "signature", "algorithm"]

# Workspace inherited keys
Expand Down Expand Up @@ -29,7 +29,6 @@ hex = { workspace = true }
libsecp256k1 = { workspace = true }
ed25519-dalek = { workspace = true }
curve25519-dalek = { workspace = true }
encoding_rs = { version = "0.8.33" }
group = "0.13.0"
encoding = "0.2.33"

Expand Down

0 comments on commit e041fcd

Please sign in to comment.