Release prep for 0.19.0 (#481)

* prep to release 0.19.0

* fix URLs to https
This commit is contained in:
James Wilson
2022-03-21 11:24:04 +00:00
committed by GitHub
parent 8b19549560
commit 3758c850f3
7 changed files with 19 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-macro"
version = "0.18.1"
version = "0.19.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
autotests = false
@@ -27,7 +27,7 @@ quote = "1.0.8"
syn = "1.0.58"
scale-info = "2.0.0"
subxt-codegen = { path = "../codegen", version = "0.18.1" }
subxt-codegen = { path = "../codegen", version = "0.19.0" }
[dev-dependencies]
pretty_assertions = "1.0.0"