Skip to content

Commit

Permalink
chore: release v0.11.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 30, 2023
1 parent 6dba800 commit c049cbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.2"
version = "0.11.0-beta.3"
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 @@ -41,8 +41,8 @@ name = "client_side_validation"
path = "src/lib.rs"

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

[features]
Expand Down

0 comments on commit c049cbc

Please sign in to comment.