From d26c7d6357338bba32e470e666eb82c72193780c Mon Sep 17 00:00:00 2001 From: ad hoc Date: Fri, 6 Jan 2023 16:23:34 +0100 Subject: [PATCH] add workspace to rust crate --- src/rust/wasmtime-bindings/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rust/wasmtime-bindings/Cargo.toml b/src/rust/wasmtime-bindings/Cargo.toml index d34234bc30..0097adc8f9 100644 --- a/src/rust/wasmtime-bindings/Cargo.toml +++ b/src/rust/wasmtime-bindings/Cargo.toml @@ -20,3 +20,5 @@ opt-level = "s" strip = true debug = false panic = "abort" + +[workspace]