mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
chore: release v0.36.1 (#1616)
This commit is contained in:
+8
-8
@@ -33,7 +33,7 @@ resolver = "2"
|
||||
[workspace.package]
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
version = "0.36.0"
|
||||
version = "0.36.1"
|
||||
rust-version = "1.74.0"
|
||||
license = "Apache-2.0 OR GPL-3.0"
|
||||
repository = "https://github.com/paritytech/subxt"
|
||||
@@ -138,13 +138,13 @@ sp-runtime = "34.0.0"
|
||||
sp-keyring = "34.0.0"
|
||||
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.36.0", path = "subxt", default-features = false }
|
||||
subxt-core = { version = "0.36.0", path = "core", default-features = false }
|
||||
subxt-macro = { version = "0.36.0", path = "macro" }
|
||||
subxt-metadata = { version = "0.36.0", path = "metadata", default-features = false }
|
||||
subxt-codegen = { version = "0.36.0", path = "codegen" }
|
||||
subxt-signer = { version = "0.36.0", path = "signer", default-features = false }
|
||||
subxt-lightclient = { version = "0.36.0", path = "lightclient", default-features = false }
|
||||
subxt = { version = "0.36.1", path = "subxt", default-features = false }
|
||||
subxt-core = { version = "0.36.1", path = "core", default-features = false }
|
||||
subxt-macro = { version = "0.36.1", path = "macro" }
|
||||
subxt-metadata = { version = "0.36.1", path = "metadata", default-features = false }
|
||||
subxt-codegen = { version = "0.36.1", path = "codegen" }
|
||||
subxt-signer = { version = "0.36.1", path = "signer", default-features = false }
|
||||
subxt-lightclient = { version = "0.36.1", path = "lightclient", default-features = false }
|
||||
test-runtime = { path = "testing/test-runtime" }
|
||||
substrate-runner = { path = "testing/substrate-runner" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user