From cd7ceca486ec31b7ca34fd44a57ec2b451e8cb82 Mon Sep 17 00:00:00 2001 From: Adam <24621027+WhiteDopeOnPunk@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:16:29 -0500 Subject: [PATCH] update deps --- doordesk-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doordesk-rs/Cargo.toml b/doordesk-rs/Cargo.toml index 4297202..7e9640b 100644 --- a/doordesk-rs/Cargo.toml +++ b/doordesk-rs/Cargo.toml @@ -20,7 +20,7 @@ simple_logger = "4" tokio = { version = "1.25.0", optional = true } tower = { version = "0.4.13", optional = true } tower-http = { version = "0.4", features = ["fs"], optional = true } -wasm-bindgen = "=0.2.87" +wasm-bindgen = "0.2.87" thiserror = "1.0.38" tracing = { version = "0.1.37", optional = true } http = "0.2.8" @@ -55,7 +55,7 @@ site-root = "target/site" site-pkg-dir = "pkg" # [Optional] The source CSS file. If it ends with .sass or .scss then it will be compiled by dart-sass into CSS. The CSS is optimized by Lightning CSS before being written to //app.css -style-file = "style/main.scss" +# style-file = "style/main.scss" # The tailwind input file. #