Skip to content

Commit

Permalink
bump version to 0.3.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 13, 2024
1 parent 0c6df32 commit a920f58
Show file tree
Hide file tree
Showing 7 changed files with 158 additions and 118 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.3.0-alpha.10"
version = "0.3.0-alpha.11"
authors = [
"Zoe Faltibà <[email protected]>",
"Nicola Busanello <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@ reqwest = { version = "0.12", optional = true, default-features = false, feature
"multipart",
"rustls-tls",
] }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.8" }
rgb-lib-migration = { path = "migration", version = "0.3.0-alpha.11" }
scrypt = { version = "0.11.0", default-features = false, features = [
"simple",
"std",
Expand Down
Loading

0 comments on commit a920f58

Please sign in to comment.