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
+1 -1
View File
@@ -27,7 +27,7 @@ quote = "1.0.8"
syn = "1.0.58"
scale-info = "1.0.0"
subxt-codegen = { version = "0.1.0", path = "../codegen" }
subxt-codegen = { version = "0.2.0", path = "../codegen" }
[dev-dependencies]
pretty_assertions = "0.6.1"