From 3a6cbf19b4fdc4bf3690cb45e7e5a5e77f3eba56 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Thu, 15 May 2025 12:55:30 -0700 Subject: [PATCH] fix: rectify crate version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf0a27..11b19bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,7 +2325,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "0.1.21" +version = "0.1.25" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 6206942..ebe5e5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "0.1.21" +version = "0.1.25" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html