From 02828fc427c7ce8680509cbc58d39f409a985424 Mon Sep 17 00:00:00 2001 From: michaelangrivera Date: Mon, 6 Nov 2023 13:15:14 -0500 Subject: [PATCH] crate adjustment --- crates/does-it-throw-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index d0a7a44..299df70 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md crate-type = ["cdylib"] [dependencies] -does-it-throw = { path = "../does-it-throw" } +does-it-throw = { path = "../does-it-throw", version = "*"} swc_common = "0.33" swc_ecma_parser = "0.141.3" swc_ecma_ast = "0.110.0"