Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Nov 7, 2023
1 parent 464b5a6 commit d024842
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.0-alpha.6"
version = "0.2.0"
authors = ["Zoe Faltibà <[email protected]>", "Nicola Busanello <[email protected]>"]
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.6" }
rgb-lib-migration = { path = "migration", version = "0.2.0" }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "multipart", "native-tls"] }
scrypt = "0.11.0"
sea-orm = { version = "=0.12.4", 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.6"
version = "0.2.0"
authors = ["Zoe Faltibà <[email protected]>", "Nicola Busanello <[email protected]>"]
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.6", path = "../" }
rgb-lib = { version = "0.2.0", path = "../" }
uniffi = "0.24.3"

[build-dependencies]
Expand Down

0 comments on commit d024842

Please sign in to comment.