bump version 0.27.1 (#827)

This commit is contained in:
Léa Narzis
2023-02-15 17:45:47 +00:00
committed by GitHub
parent 0c7f850549
commit 6d3c377c16
11 changed files with 32 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-macro"
version = "0.27.0"
version = "0.27.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
publish = true
@@ -20,4 +20,4 @@ darling = "0.14.3"
proc-macro-error = "1.0.4"
syn = "1.0.58"
subxt-codegen = { path = "../codegen", version = "0.27.0" }
subxt-codegen = { path = "../codegen", version = "0.27.1" }