From 75f02a51f79dd635e988ce5e255cd42eba51c1c3 Mon Sep 17 00:00:00 2001 From: Mirko von Leipzig Date: Thu, 14 Dec 2023 10:30:32 +0200 Subject: [PATCH] chore: testnet only release --- Cargo.lock | 2 +- crates/pathfinder/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cb7c0bbe6..df1b7e3f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5869,7 +5869,7 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathfinder" -version = "0.10.2" +version = "0.10.3-rc0" dependencies = [ "anyhow", "assert_matches", diff --git a/crates/pathfinder/Cargo.toml b/crates/pathfinder/Cargo.toml index 2e473afca5..a5abc65202 100644 --- a/crates/pathfinder/Cargo.toml +++ b/crates/pathfinder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder" -version = "0.10.2" +version = "0.10.3-rc0" authors = { workspace = true } edition = { workspace = true } license = { workspace = true }