-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
680102a
commit 3ab17e7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
@@ -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"] | ||
|