Skip to content

Commit

Permalink
build: anychain-kms 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shuimuliang committed Mar 7, 2024
1 parent 8a77b17 commit 1184740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 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.3"
version = "0.1.4"
keywords = ["cryptography", "security", "signature", "algorithm"]

# Workspace inherited keys
Expand Down Expand Up @@ -30,7 +30,7 @@ libsecp256k1 = { workspace = true }
encoding_rs = { version = "0.8.33" }

[dev-dependencies]
hex-literal = "0.3"
hex-literal = "0.4"

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

0 comments on commit 1184740

Please sign in to comment.