Skip to content

Commit

Permalink
Merge pull request #109 from BP-WG/v0.11
Browse files Browse the repository at this point in the history
Release v0.11.0
  • Loading branch information
dr-orlovsky authored Dec 23, 2024
2 parents a928721 + a2b27ff commit e982dcc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

18 changes: 9 additions & 9 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.9"
version = "0.11.0"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/BP-WG"
repository = "https://github.com/BP-WG/bp-core"
Expand All @@ -22,14 +22,14 @@ edition = "2021"
license = "Apache-2.0"

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

Expand Down

0 comments on commit e982dcc

Please sign in to comment.