Skip to content

Commit

Permalink
chore: release 0.11.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 8, 2024
1 parent 8dd4a21 commit 83abb13
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
40 changes: 21 additions & 19 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.6.0"
ascii-armor = "0.7.0"
baid64 = "0.2.0"
ascii-armor = "0.7.1"
baid64 = "0.2.2"
strict_encoding = "2.7.0-beta.4"
strict_types = "2.7.0-beta.4"
commit_verify = { version = "0.11.0-beta.6", features = ["stl"] }
bp-core = { version = "0.11.0-beta.6", features = ["stl"] }
bp-invoice = { version = "0.11.0-beta.5" } # TODO: Update
bp-invoice = { version = "0.11.0-beta.6" } # TODO: Update
rgb-core = { version = "0.11.0-beta.6", features = ["stl"] }
indexmap = "2.0.2"
serde_crate = { package = "serde", version = "1", features = ["derive"] }
Expand Down Expand Up @@ -95,7 +95,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
baid64 = { git = "https://github.com/UBIDECO/rust-baid64" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std" }

0 comments on commit 83abb13

Please sign in to comment.