Skip to content

Commit

Permalink
bump version to 0.3.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 18, 2024
1 parent 1adf0ba commit c02320d
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2,416 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.7"
version = "0.3.0-alpha.8"
authors = [
"Zoe Faltibà <zoefaltiba@gmail.com>",
"Nicola Busanello <nicola.busanello@gmail.com>",
Expand Down Expand Up @@ -45,7 +45,7 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
"multipart",
"rustls-tls",
] }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.1" }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.8" }
scrypt = { version = "0.11.0", default-features = false, features = [
"simple",
"std",
Expand Down
4 changes: 2 additions & 2 deletions 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.7", path = "../../", features = [
rgb-lib = { version = "0.3.0-alpha.8", path = "../../", features = [
"electrum",
"esplora",
] }
Expand Down
4 changes: 2 additions & 2 deletions 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.7", path = "../../", features = [
rgb-lib = { version = "0.3.0-alpha.8", path = "../../", features = [
"electrum",
"esplora",
] }
Expand Down
Loading

0 comments on commit c02320d

Please sign in to comment.