From 0d022ef6d9db3e2a0dc2c560de17cc2eb1b765d6 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Tue, 19 Nov 2024 13:38:01 -0800 Subject: [PATCH] Update crate version (#2133) --- lazer/sdk/rust/protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lazer/sdk/rust/protocol/Cargo.toml b/lazer/sdk/rust/protocol/Cargo.toml index 4c977ace2c..15b08c91e3 100644 --- a/lazer/sdk/rust/protocol/Cargo.toml +++ b/lazer/sdk/rust/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-lazer-protocol" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Pyth Lazer SDK - protocol types." license = "Apache-2.0"