diff --git a/Cargo.lock b/Cargo.lock index 4136b2019d..a2328c0d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pyth-lazer-client" -version = "9.0.0" +version = "10.0.0" dependencies = [ "alloy-primitives 0.8.25", "anyhow", diff --git a/lazer/sdk/rust/client/Cargo.toml b/lazer/sdk/rust/client/Cargo.toml index f39e05599d..678c947d87 100644 --- a/lazer/sdk/rust/client/Cargo.toml +++ b/lazer/sdk/rust/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-lazer-client" -version = "9.0.0" +version = "10.0.0" edition = "2021" description = "A Rust client for Pyth Lazer" license = "Apache-2.0"