From 8b6b3769adc16a26d1963ea8c0d5e7bd2a37579c Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 28 Jun 2024 09:59:53 +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 a6aee01..7741ae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3211,7 +3211,7 @@ dependencies = [ [[package]] name = "pyth-agent" -version = "2.8.0" +version = "2.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d66c5bc..489ec98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-agent" -version = "2.8.0" +version = "2.9.0" edition = "2021" [[bin]]