From 7ea4825cf9ae47715af143bce3e23430945411ab Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 1 Aug 2024 12:20:43 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b14e6a..4de4fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3400,7 +3400,7 @@ dependencies = [ [[package]] name = "pyth-agent" -version = "2.10.1" +version = "2.10.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 744d993..672bbd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-agent" -version = "2.10.2" +version = "2.10.3" edition = "2021" [[bin]]