Skip to content

Commit 32e393a

Browse files
committed
Release v0.0.2.
Signed-off-by: Sergey Minaev <[email protected]>
1 parent 8d086a0 commit 32e393a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sd-jwt-rs"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
license = "Apache-2.0 OR MIT"
66
description = "Rust reference implementation of the IETF SD-JWT specification (v6)."
@@ -16,9 +16,9 @@ lazy_static = "1.4"
1616
log = "0.4"
1717
rand = "0.8"
1818
serde = { version = "1.0.193", features = ["derive"] }
19-
serde_json = { version = "1.0", features = ["preserve_order"] }
19+
serde_json = "1.0"
2020
sha2 = "0.10"
21-
thiserror = "1.0.50"
21+
thiserror = "1.0.51"
2222
strum = { version = "0.25", default-features = false, features = ["std", "derive"] }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)