From 98ce8ae18c179adc398f64731288a46d90627025 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Fri, 13 Sep 2024 18:43:35 +0200 Subject: [PATCH] chore: bump minor version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de38d8c..4f5de11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3400,7 +3400,7 @@ dependencies = [ [[package]] name = "pyth-agent" -version = "2.11.1" +version = "2.12.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 623afd5..6ef8643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-agent" -version = "2.11.1" +version = "2.12.0" edition = "2021" [[bin]]