Skip to content

Commit

Permalink
Merge pull request #21 from vincenzopalazzo/macros/fix-versions
Browse files Browse the repository at this point in the history
bump rust + fix rgb-lib version
  • Loading branch information
zoedberg authored Feb 15, 2024
2 parents db33c13 + bfef8f1 commit c0e7327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ zip = { version = "0.6.6", default-features = false, features = ["time", "zstd"]
# RGB-related deps
amplify = "=4.5.0"
bp-core = "=0.10.11"
rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "master" }
rgb-lib = { git = "https://github.com/RGB-Tools/rgb-lib", branch = "rln_v0.10" }
rgb-std = "=0.10.9"
rgb-wallet = "=0.10.9"
rgb_core = { package = "rgb-core", version = "=0.10.8" }
Expand Down
2 changes: 1 addition & 1 deletion rust-lightning
3 changes: 1 addition & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[toolchain]
# TODO: revert to stable after rust 1.74 - see https://github.com/rust-lang/rust/issues/115188
channel = "1.71"
channel = "stable"
components = ["clippy", "rustfmt"]
targets = []
profile = "minimal"

0 comments on commit c0e7327

Please sign in to comment.