Skip to content

Commit c4fdedd

Browse files
committed
bump version to 0.3.0-alpha.1
1 parent b913dc2 commit c4fdedd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-lib"
3-
version = "0.2.2"
3+
version = "0.3.0-alpha.1"
44
authors = [
55
"Zoe Faltibà <[email protected]>",
66
"Nicola Busanello <[email protected]>",
@@ -45,7 +45,7 @@ reqwest = { version = "0.12", default-features = false, features = [
4545
"multipart",
4646
"native-tls",
4747
] }
48-
rgb-lib-migration = { path = "migration", version = "0.2.0" }
48+
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.1" }
4949
scrypt = { version = "0.11.0", default-features = false, features = [
5050
"simple",
5151
"std",

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rgb-lib-migration"
3-
version = "0.2.0"
3+
version = "0.3.0-alpha.1"
44
authors = [
55
"Zoe Faltibà <[email protected]>",
66
"Nicola Busanello <[email protected]>",

rgb-lib-ffi/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rgb-lib-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "uniffi-bindgen.rs"
2020
default = ["uniffi/cli"]
2121

2222
[dependencies]
23-
rgb-lib = { version = "0.2.2", path = "../", features = [
23+
rgb-lib = { version = "0.3.0-alpha.1", path = "../", features = [
2424
"electrum",
2525
"esplora",
2626
] }

0 commit comments

Comments
 (0)