Skip to content

Commit 5232162

Browse files
committed
chore: update dependencies
1 parent be75166 commit 5232162

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ required-features = ["stl"]
2525
amplify = { version = "~4.6.0", features = ["rand"] }
2626
ascii-armor = "0.2.0"
2727
strict_encoding = "~2.7.0-beta.1"
28-
strict_types = { version = "~2.7.0-beta.1", features = ["armor"] }
28+
strict_types = { version = "~2.7.0-beta.2", features = ["armor"] }
2929
aluvm = { version = "~0.11.0-beta.4", features = ["std", "ascii-armor"] }
3030
commit_verify = { version = "~0.11.0-beta.4", features = ["rand", "derive"] }
3131
single_use_seals = "~0.11.0-beta.4"
@@ -60,10 +60,8 @@ getrandom = { version = "0.2", features = ["js"] }
6060
wasm-bindgen-test = "0.3"
6161

6262
[package.metadata.docs.rs]
63-
features = [ "all" ]
63+
features = ["all"]
6464

6565
[patch.crates-io]
66-
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "armor" }
67-
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "armor" }
68-
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "armor" }
69-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "armor" }
66+
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "master" }
67+
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "master" }

0 commit comments

Comments
 (0)