File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " seedtool-cli"
3
- version = " 0.1.9 "
3
+ version = " 0.1.10 "
4
4
edition = " 2021"
5
5
description = " A command-line tool for generating and transforming cryptographic seeds."
6
6
authors = [" Blockchain Commons" ]
@@ -18,8 +18,8 @@ path = "src/main.rs"
18
18
[dependencies ]
19
19
dcbor = " ^0.16.0"
20
20
bc-ur = " ^0.6.0"
21
- bc-envelope = " ^0.20 .0"
22
- bc-components = " ^0.14 .0"
21
+ bc-envelope = " ^0.21 .0"
22
+ bc-components = " ^0.15 .0"
23
23
bc-rand = " ^0.2.0"
24
24
bc-crypto = " ^0.5.0"
25
25
sskr = " ^0.4.0"
Original file line number Diff line number Diff line change 1
- # 🌱 Seedtool-CLI-Rust Manual (v0.1.9 )
1
+ # 🌱 Seedtool-CLI-Rust Manual (v0.1.10 )
2
2
3
3
## July 9, 2024
4
4
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ cargo install --path .
43
43
44
44
## Version History
45
45
46
+ ### 0.1.10: December 24, 2024
47
+
48
+ - Aligned dependencies to latest versions.
49
+
46
50
### 0.1.9: December 15, 2024
47
51
48
52
- Aligned dependencies to latest versions.
You can’t perform that action at this time.
0 commit comments