Skip to content

Commit

Permalink
primitives: release v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 5, 2023
1 parent f576847 commit 4f39d17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
13 changes: 8 additions & 5 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ stl = ["strict_types", "strict_types/base64", "bp-primitives/stl", "commit_verif

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
amplify = { git = "https://github.com/rust-amplify/rust-amplify", branch = "feat/array-reverse" }
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "chore/amplify-4.1.0" }
4 changes: 2 additions & 2 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bp-primitives"
version = "0.10.7"
version = "0.10.8"
description = "Bitcoin protocol primitives library"
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
categories = ["cryptography"]
Expand All @@ -19,7 +19,7 @@ name = "bc"
amplify = { workspace = true }
secp256k1 = { version = "0.27.0", features = ["global-context"] }
strict_encoding = { workspace = true }
strict_types = { version = "1.6.0", optional = true }
strict_types = { version = "1.6.2", optional = true }
commit_verify = { workspace = true }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

Expand Down

0 comments on commit 4f39d17

Please sign in to comment.