Skip to content

Commit a2b27ff

Browse files
committed
release v0.11.0
1 parent a928721 commit a2b27ff

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.11.0-beta.9"
16+
version = "0.11.0"
1717
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1818
homepage = "https://github.com/BP-WG"
1919
repository = "https://github.com/BP-WG/bp-core"
@@ -22,14 +22,14 @@ edition = "2021"
2222
license = "Apache-2.0"
2323

2424
[workspace.dependencies]
25-
amplify = "4.7.0"
26-
strict_encoding = "2.7.0"
27-
strict_types = "2.7.2"
28-
commit_verify = "0.11.0-beta.9"
29-
single_use_seals = "0.11.0-beta.9"
30-
bp-consensus = { version = "0.11.0-beta.9", path = "./consensus" }
31-
bp-dbc = { version = "0.11.0-beta.9", path = "./dbc" }
32-
bp-seals = { version = "0.11.0-beta.9", path = "./seals" }
25+
amplify = "~4.7.0"
26+
strict_encoding = "~2.7.0"
27+
strict_types = "~2.7.2"
28+
commit_verify = "0.11.0"
29+
single_use_seals = "0.11.0"
30+
bp-consensus = { version = "0.11.0", path = "./consensus" }
31+
bp-dbc = { version = "0.11.0", path = "./dbc" }
32+
bp-seals = { version = "0.11.0", path = "./seals" }
3333
secp256k1 = { version = "0.30.0", features = ["global-context", "rand"] }
3434
serde_crate = { package = "serde", version = "1", features = ["derive"] }
3535

0 commit comments

Comments
 (0)