Skip to content

Commit

Permalink
bump version to 0.2.0-alpha.6 + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Oct 16, 2023
1 parent eaad4fd commit ad7b4ec
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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.0-alpha.5"
version = "0.2.0-alpha.6"
authors = ["Zoe Faltibà <zoefaltiba@gmail.com>", "Nicola Busanello <nicola.busanello@gmail.com>"]
edition = "2021"
rust-version = "1.67"
Expand All @@ -22,7 +22,7 @@ electrum-client = "0.17.0"
futures = "0.3"
hex = "0.4.3"
rand = "0.8.5"
rgb-lib-migration = { path = "migration", version = "0.2.0-alpha.5" }
rgb-lib-migration = { path = "migration", version = "0.2.0-alpha.6" }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "multipart", "native-tls"] }
scrypt = "0.11.0"
sea-orm = { version = "^0.12.3", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-async-std-native-tls", "macros"] }
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-alpha.5"
version = "0.2.0-alpha.6"
authors = ["Zoe Faltibà <zoefaltiba@gmail.com>", "Nicola Busanello <nicola.busanello@gmail.com>"]
edition = "2021"
rust-version = "1.67"
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 @@ -17,7 +17,7 @@ path = "uniffi-bindgen.rs"
default = ["uniffi/cli"]

[dependencies]
rgb-lib = { version = "0.2.0-alpha.5", path = "../" }
rgb-lib = { version = "0.2.0-alpha.6", path = "../" }
uniffi = "0.24.3"

[build-dependencies]
Expand Down

0 comments on commit ad7b4ec

Please sign in to comment.