Skip to content

Commit

Permalink
Release v0.0.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Minaev <[email protected]>
  • Loading branch information
jovfer committed Dec 19, 2023
1 parent 8d086a0 commit 32e393a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sd-jwt-rs"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Rust reference implementation of the IETF SD-JWT specification (v6)."
Expand All @@ -16,9 +16,9 @@ lazy_static = "1.4"
log = "0.4"
rand = "0.8"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
serde_json = "1.0"
sha2 = "0.10"
thiserror = "1.0.50"
thiserror = "1.0.51"
strum = { version = "0.25", default-features = false, features = ["std", "derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 32e393a

Please sign in to comment.