Release initial versions of subxt-codegen and subxt-cli (#320)

* Bump codegen and cli to 0.2

* Add CLI README.md
This commit is contained in:
Andrew Jones
2021-11-15 09:27:04 +00:00
committed by GitHub
parent 57ab87b5a5
commit da8ec3d737
4 changed files with 62 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-cli"
version = "0.1.0"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
# perform subxt codegen
subxt-codegen = { version = "0.1.0", path = "../codegen" }
subxt-codegen = { version = "0.2.0", path = "../codegen" }
# parse command line args
structopt = "0.3.25"
# make the request to a substrate node to get the metadata