Skip to content

Commit

Permalink
release v0.11.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 19, 2023
1 parent 736d208 commit 723a558
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.11.0-beta.1"
version = "0.11.0-beta.2"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/RGB-WG"
repository = "https://github.com/RGB-WG/rgb-wallet"
Expand All @@ -24,7 +24,7 @@ strict_encoding = "2.6.1"
strict_types = "1.6.3"
commit_verify = { version = "0.11.0-beta.1", features = ["stl"] }
bp-core = { version = "0.11.0-beta.1", features = ["stl"] }
rgb-core = { version = "0.11.0-beta.1", features = ["stl"] }
rgb-core = { version = "0.11.0-beta.2", features = ["stl"] }
serde_crate = { package = "serde", version = "1", features = ["derive"] }

[package]
Expand Down Expand Up @@ -82,6 +82,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.11" }
2 changes: 1 addition & 1 deletion stl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ path = "src/main.rs"

[dependencies]
strict_types = { workspace = true }
rgb-std = { version = "0.11.0-beta.1", path = ".." }
rgb-std = { version = "0.11.0-beta.2", path = ".." }

0 comments on commit 723a558

Please sign in to comment.