mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Release preparation for v0.18.0 (#464)
* Bump release version to v0.18.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update dependency version to v0.18.0 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Modify changelog Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Move changelog entries from added to changed
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "subxt"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -27,7 +27,7 @@ serde = { version = "1.0.124", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
thiserror = "1.0.24"
|
||||
|
||||
subxt-macro = { version = "0.17.0", path = "../macro" }
|
||||
subxt-macro = { version = "0.18.0", path = "../macro" }
|
||||
|
||||
sp-core = { version = "6.0.0", default-features = false }
|
||||
sp-runtime = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user