diff --git a/Cargo.lock b/Cargo.lock index c00f511920..8d6309a22b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5739,7 +5739,7 @@ dependencies = [ [[package]] name = "subxt-historic" -version = "0.0.7" +version = "0.0.8" dependencies = [ "frame-decode", "frame-metadata 23.0.0", diff --git a/historic/Cargo.toml b/historic/Cargo.toml index d05d3f6c61..676b9d0f38 100644 --- a/historic/Cargo.toml +++ b/historic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subxt-historic" -version = "0.0.7" +version = "0.0.8" authors.workspace = true edition.workspace = true rust-version.workspace = true