From 9484ca75d67de0386d80a22210ed02a768ddc542 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Tue, 4 Jun 2024 12:53:30 -0400 Subject: [PATCH] Bump Rust SDK version to 0.6.0 I want to release a 0.6.0 version, bumping the wasmtime version, and the rust SDK should stay in sync I think even though there are no changes. --- sdk-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-rust/Cargo.toml b/sdk-rust/Cargo.toml index f583c04..04a7709 100644 --- a/sdk-rust/Cargo.toml +++ b/sdk-rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lens_sdk" description = "An SDK for writing bi-directional, wasm based, LensVM transformations in Rust" -version = "0.5.0" +version = "0.6.0" edition = "2021" readme = "../README.md" repository = "https://github.com/lens-vm/lens"