Skip to content

Commit e404bcd

Browse files
committed
chore: bump version to 0.11.1-alpha.2
1 parent 08c2f53 commit e404bcd

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.11.0"
16+
version = "0.11.1-alpha.2"
1717
authors = ["Dr Maxim Orlovsky <orlovsky@lnp-bp.org>"]
1818
homepage = "https://github.com/LNP-BP"
1919
repository = "https://github.com/LNP-BP/client_side_validation"
@@ -46,8 +46,8 @@ name = "client_side_validation"
4646
path = "src/lib.rs"
4747

4848
[dependencies]
49-
commit_verify = { version = "0.11.0", path = "./commit_verify", default-features = false }
50-
single_use_seals = { version = "0.11.0", path = "./single_use_seals" }
49+
commit_verify = { version = "0.11.1-alpha.2", path = "./commit_verify", default-features = false }
50+
single_use_seals = { version = "0.11.1-alpha.2", path = "./single_use_seals" }
5151
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
5252

5353
[features]

commit_verify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ amplify = { workspace = true, features = ["hex", "apfloat"] }
2626
strict_encoding = { workspace = true }
2727
strict_types = { workspace = true }
2828
vesper-lang = "0.2.1"
29-
commit_encoding_derive = { version = "0.11.0", path = "derive" }
29+
commit_encoding_derive = { version = "0.11.1-alpha.2", path = "derive" }
3030
sha2 = "0.10.8"
3131
ripemd = "0.1.3"
3232
rand = { version = "0.9.1", optional = true }

0 commit comments

Comments
 (0)