Skip to content

Commit

Permalink
bump version to 0.3.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Oct 22, 2024
1 parent 48a627e commit 118b85f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-lib"
version = "0.3.0-alpha.9"
version = "0.3.0-alpha.10"
authors = [
"Zoe Faltibà <[email protected]>",
"Nicola Busanello <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion bindings/c-ffi/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/c-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib"]
name = "rgblibcffi"

[dependencies]
rgb-lib = { version = "0.3.0-alpha.9", path = "../../", features = [
rgb-lib = { version = "0.3.0-alpha.10", path = "../../", features = [
"electrum",
"esplora",
] }
Expand Down
3 changes: 2 additions & 1 deletion bindings/uniffi/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
rgb-lib = { version = "0.3.0-alpha.9", path = "../../", features = [
rgb-lib = { version = "0.3.0-alpha.10", path = "../../", features = [
"electrum",
"esplora",
] }
Expand Down

0 comments on commit 118b85f

Please sign in to comment.