From 1b294a20cb594a2c36588a618aa250aedf33abd9 Mon Sep 17 00:00:00 2001 From: Ryan Goree Date: Tue, 28 Nov 2023 15:25:05 -0600 Subject: [PATCH] Update hyperdrive-wasm version (#46) --- crates/hyperdrive-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/hyperdrive-wasm/Cargo.toml b/crates/hyperdrive-wasm/Cargo.toml index bd7f8df..2c021d0 100644 --- a/crates/hyperdrive-wasm/Cargo.toml +++ b/crates/hyperdrive-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperdrive-wasm" -version = "0.1.0" +version = "0.2.0" edition = "2021" [lib]