Skip to content

Commit

Permalink
release v0.10.0 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Feb 4, 2023
1 parent 9dca589 commit 4f75369
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
10 changes: 6 additions & 4 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 @@ -60,7 +60,3 @@ serde = [

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

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation" }
5 changes: 3 additions & 2 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ name = "bc"

[dependencies]
amplify = "4.0.0-beta.10"
secp256k1 = "0.26.0"
secp256k1 = { version = "0.26.0", features = ["global-context"] }
strict_encoding = "2.0.0-beta.5"
commit_verify = "0.10.0-beta.1"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[features]
serde = [
"serde_crate",
"amplify/serde"
"amplify/serde",
"secp256k1/serde"
]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 4f75369

Please sign in to comment.