diff --git a/Cargo.lock b/Cargo.lock index 22055812..f5e30104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,7 +2578,7 @@ dependencies = [ [[package]] name = "pyth-oracle" -version = "2.33.0" +version = "2.34.0" dependencies = [ "bincode", "bindgen", diff --git a/program/rust/Cargo.toml b/program/rust/Cargo.toml index b079ac09..bde90559 100644 --- a/program/rust/Cargo.toml +++ b/program/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-oracle" -version = "2.33.0" +version = "2.34.0" edition = "2021" license = "Apache 2.0" publish = false