Skip to content

Commit

Permalink
chore: release v0.11 beta 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Sep 4, 2024
1 parent ad1bdb3 commit 923f728
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

16 changes: 8 additions & 8 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.7"
version = "0.11.0-beta.8"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/BP-WG"
repository = "https://github.com/BP-WG/bp-core"
Expand All @@ -23,13 +23,13 @@ license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.7.0"
strict_encoding = "2.7.0-rc.1"
strict_types = "2.7.0-rc.1"
commit_verify = "0.11.0-beta.7"
single_use_seals = "0.11.0-beta.7"
bp-consensus = { version = "0.11.0-beta.7", path = "consensus" }
bp-dbc = { version = "0.11.0-beta.7", path = "./dbc" }
bp-seals = { version = "0.11.0-beta.7", path = "./seals" }
strict_encoding = "2.7.0"
strict_types = "2.7.0"
commit_verify = "0.11.0-beta.8"
single_use_seals = "0.11.0-beta.8"
bp-consensus = { version = "0.11.0-beta.8", path = "consensus" }
bp-dbc = { version = "0.11.0-beta.8", path = "./dbc" }
bp-seals = { version = "0.11.0-beta.8", path = "./seals" }
secp256k1 = { version = "0.29.0", features = ["global-context", "rand-std"] }
serde_crate = { package = "serde", version = "1", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion seals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"

[dependencies]
amplify = { workspace = true }
baid64 = "0.2.0"
baid64 = "0.2.2"
single_use_seals = { workspace = true }
commit_verify = { workspace = true }
strict_encoding = { workspace = true }
Expand Down

0 comments on commit 923f728

Please sign in to comment.