Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 13, 2024
1 parent be75166 commit 5232162
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 12 additions & 10 deletions Cargo.lock

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

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ required-features = ["stl"]
amplify = { version = "~4.6.0", features = ["rand"] }
ascii-armor = "0.2.0"
strict_encoding = "~2.7.0-beta.1"
strict_types = { version = "~2.7.0-beta.1", features = ["armor"] }
strict_types = { version = "~2.7.0-beta.2", features = ["armor"] }
aluvm = { version = "~0.11.0-beta.4", features = ["std", "ascii-armor"] }
commit_verify = { version = "~0.11.0-beta.4", features = ["rand", "derive"] }
single_use_seals = "~0.11.0-beta.4"
Expand Down Expand Up @@ -60,10 +60,8 @@ getrandom = { version = "0.2", features = ["js"] }
wasm-bindgen-test = "0.3"

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

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

0 comments on commit 5232162

Please sign in to comment.