From a87229d652e6a58d66a16d56e3959484f725d1b7 Mon Sep 17 00:00:00 2001 From: Swenschaeferjohann Date: Mon, 16 Jun 2025 21:59:34 -0400 Subject: [PATCH 1/2] bump v --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6382f872..ae825d0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4533,7 +4533,7 @@ dependencies = [ [[package]] name = "photon-indexer" -version = "0.50.0" +version = "0.51.0" dependencies = [ "anchor-lang 0.29.0", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c358f379..b0e81c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "photon-indexer" publish = true readme = "README.md" repository = "https://github.com/helius-labs/photon" -version = "0.50.0" +version = "0.51.0" [[bin]] name = "photon" From 49b7e7f0d668babbc4d65fe8a0a7236df76f75a8 Mon Sep 17 00:00:00 2001 From: Swenschaeferjohann Date: Mon, 16 Jun 2025 22:19:18 -0400 Subject: [PATCH 2/2] use patch version so we dont brick versioning on crates io --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae825d0c..7defcb9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4533,7 +4533,7 @@ dependencies = [ [[package]] name = "photon-indexer" -version = "0.51.0" +version = "0.50.1" dependencies = [ "anchor-lang 0.29.0", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b0e81c70..7367fb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "photon-indexer" publish = true readme = "README.md" repository = "https://github.com/helius-labs/photon" -version = "0.51.0" +version = "0.50.1" [[bin]] name = "photon"