Skip to content

Commit 47012df

Browse files
committed
support new baid64 alphabet (v0.2)
1 parent 173bd9b commit 47012df

File tree

2 files changed

+58
-51
lines changed

2 files changed

+58
-51
lines changed

Cargo.lock

+54-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s2id"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Self-sovereign identity library and command-lie"
55
keywords = ["did", "ssi", "identity", "pgp", "gpg"]
66
categories = ["encoding", "value-formatting", "command-line-utilities"]
@@ -22,9 +22,9 @@ required-features = ["cli"]
2222

2323
[dependencies]
2424
amplify = "4.6.0"
25-
strict_encoding = "2.7.0-beta.3"
26-
ascii-armor = "0.6.0"
27-
baid64 = "0.1.0"
25+
strict_encoding = "2.7.0-beta.4"
26+
ascii-armor = "0.7.0"
27+
baid64 = "0.2.2"
2828
secp256k1 = { version = "0.29.0", features = ["rand", "global-context", "rand-std"] }
2929
ec25519 = "0.1.0"
3030
rand = "0.8.5"

0 commit comments

Comments
 (0)