Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
skaunov authored Apr 23, 2024
1 parent ce357b4 commit eb4534b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-k256/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume_rustcrypto"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Implementation of PLUME: nullifier friendly signature scheme on ECDSA; using the k256 library"
Expand All @@ -25,4 +25,4 @@ hex-literal = "0.3.4"

[features]
default = ["serde"]
serde = ["dep:serde", "k256/serde"]
serde = ["dep:serde", "k256/serde"]

0 comments on commit eb4534b

Please sign in to comment.