Skip to content

Commit a920f58

Browse files
committed
bump version to 0.3.0-alpha.11
1 parent 0c6df32 commit a920f58

File tree

7 files changed

+158
-118
lines changed

7 files changed

+158
-118
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.3.0-alpha.10"
3+
version = "0.3.0-alpha.11"
44
authors = [
55
"Zoe Faltibà <[email protected]>",
66
"Nicola Busanello <[email protected]>",
@@ -45,7 +45,7 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
4545
"multipart",
4646
"rustls-tls",
4747
] }
48-
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.8" }
48+
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.11" }
4949
scrypt = { version = "0.11.0", default-features = false, features = [
5050
"simple",
5151
"std",

0 commit comments

Comments
 (0)