Skip to content

Commit

Permalink
bump version to 0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Apr 10, 2024
1 parent b913dc2 commit c4fdedd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.2.2"
version = "0.3.0-alpha.1"
authors = [
"Zoe Faltibà <[email protected]>",
"Nicola Busanello <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"multipart",
"native-tls",
] }
rgb-lib-migration = { path = "migration", version = "0.2.0" }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.1" }
scrypt = { version = "0.11.0", default-features = false, features = [
"simple",
"std",
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb-lib-migration"
version = "0.2.0"
version = "0.3.0-alpha.1"
authors = [
"Zoe Faltibà <[email protected]>",
"Nicola Busanello <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions rgb-lib-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 rgb-lib-ffi/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.2.2", path = "../", features = [
rgb-lib = { version = "0.3.0-alpha.1", path = "../", features = [
"electrum",
"esplora",
] }
Expand Down

0 comments on commit c4fdedd

Please sign in to comment.