From 43c4450903ecd2a27e881132bc59ff6adc23044b Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 17 May 2022 19:53:56 -0400 Subject: [PATCH] edit Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0ef072..c5750b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ bincode = "1.3" serde = "1" serde_json = "1" zstd = "0.11" -run_script = "0.9.0" +run_script = "0.9" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] instant = "0.1"