From 3f57740a9ac47ae71d88d9e256f13dffec67f950 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Fri, 5 Dec 2025 17:12:54 +0000 Subject: [PATCH] Actually bump subxt-historic to 0.0.8 --- Cargo.lock | 2 +- historic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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