From 3d5f21e2b3c53204a8c5d5d1306142cc407e2d71 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Fri, 25 Aug 2023 03:39:37 +0100 Subject: Rust/unit-wasm-sys: Bump the version of the crate unit-wasm-sys 0.1.2 Might as well do this now before the code changes and we bump the version again. This version was published to crates.io Signed-off-by: Andrew Clayton --- src/rust/Cargo.toml | 2 +- src/rust/unit-wasm-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 2e0bba2..6bd5fbc 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -12,4 +12,4 @@ path = "src/lib.rs" [dependencies] -unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.1" } +unit-wasm-sys = { path = "unit-wasm-sys", version = "0.1.2" } diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml index d8f64a3..9e7f948 100644 --- a/src/rust/unit-wasm-sys/Cargo.toml +++ b/src/rust/unit-wasm-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-wasm-sys" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Timo Stark ", "Andrew Clayton "] links = "unit-wasm" -- cgit