Skip to content

Commit

Permalink
revert MSRV bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 17, 2023
1 parent 680102a commit 3ab17e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -12,7 +12,7 @@ default-members = [
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/RGB-WG"
repository = "https://github.com/RGB-WG/rgb"
rust-version = "1.70" # Because of clap # TODO: Change back to "1.67" once cli will be in a separate crate
rust-version = "1.67" # For command-line tool it is 1.70 because of clap
edition = "2021"
license = "Apache-2.0"

Expand All @@ -26,7 +26,7 @@ rgb-wallet = { version = "0.10.9", features = ["fs"] }

[package]
name = "rgb-contracts"
version = "0.10.1"
version = "0.10.2"
description = " RGB: scalable & confidential smart contracts for Bitcoin & Lightning network"
keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "lnp-bp"]
categories = ["cryptography::cryptocurrencies"]
Expand Down

0 comments on commit 3ab17e7

Please sign in to comment.