Skip to content

Commit

Permalink
chore: release v0.11.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 15, 2024
1 parent 4fba57a commit fdfac4a
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 38 deletions.
150 changes: 119 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-members = [
]

[workspace.package]
version = "0.11.0-beta.6"
version = "0.11.0-beta.7"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/LNP-BP"
repository = "https://github.com/LNP-BP/client_side_validation"
Expand Down Expand Up @@ -46,8 +46,8 @@ name = "client_side_validation"
path = "src/lib.rs"

[dependencies]
commit_verify = { version = "0.11.0-beta.6", path = "./commit_verify", default-features = false }
single_use_seals = { version = "0.11.0-beta.6", path = "./single_use_seals" }
commit_verify = { version = "0.11.0-beta.7", path = "./commit_verify", default-features = false }
single_use_seals = { version = "0.11.0-beta.7", path = "./single_use_seals" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ amplify = { workspace = true, features = ["hex", "apfloat"] }
strict_encoding = { workspace = true }
strict_types = { workspace = true }
vesper-lang = "0.1.0"
commit_encoding_derive = { version = "0.11.0-beta.5", path = "derive" }
commit_encoding_derive = { version = "0.11.0-beta.7", path = "derive" }
sha2 = "0.10.8"
ripemd = "0.1.3"
rand = { version = "0.8.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion commit_verify/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ amplify_syn = "2.0.1"

[dev-dependencies]
commit_verify = { path = ".." }
compiletest_rs = "0.10.2"
compiletest_rs = "0.11.0"
strict_encoding = { workspace = true }
4 changes: 2 additions & 2 deletions single_use_seals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ name = "single_use_seals"
path = "src/lib.rs"

[dependencies]
amplify_derive = "4.0.0"
async-trait = { version = "0.1.80", optional = true }
amplify_derive = "4.0.1"
async-trait = { version = "0.1.81", optional = true }

[features]
default = []
Expand Down

0 comments on commit fdfac4a

Please sign in to comment.