Skip to content

Commit e08e7ed

Browse files
committed
Aligned to dependencies. Bumped version number.
1 parent e3266c8 commit e08e7ed

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seedtool-cli"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55
description = "A command-line tool for generating and transforming cryptographic seeds."
66
authors = ["Blockchain Commons"]
@@ -18,8 +18,8 @@ path = "src/main.rs"
1818
[dependencies]
1919
dcbor = "^0.16.0"
2020
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"
2323
bc-rand = "^0.2.0"
2424
bc-crypto = "^0.5.0"
2525
sskr = "^0.4.0"

MANUAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌱 Seedtool-CLI-Rust Manual (v0.1.9)
1+
# 🌱 Seedtool-CLI-Rust Manual (v0.1.10)
22

33
## July 9, 2024
44

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ cargo install --path .
4343

4444
## Version History
4545

46+
### 0.1.10: December 24, 2024
47+
48+
- Aligned dependencies to latest versions.
49+
4650
### 0.1.9: December 15, 2024
4751

4852
- Aligned dependencies to latest versions.

0 commit comments

Comments
 (0)