From dbaca21ca0be2b74b98674db38be79f64d9b3739 Mon Sep 17 00:00:00 2001 From: Anugrah Adams Date: Sat, 16 Apr 2022 18:04:17 +0530 Subject: [PATCH] changes for bugfix --- rolling_average/Cargo.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/rolling_average/Cargo.toml b/rolling_average/Cargo.toml index 9a3560cebd5..11f4a5dd503 100644 --- a/rolling_average/Cargo.toml +++ b/rolling_average/Cargo.toml @@ -9,13 +9,6 @@ repository = "https://github.com/hotg-ai/proc-blocks" [dependencies] hotg-rune-proc-blocks = "^0.11.0" -libm = {version = "0.2.1", default-features = false} -wit-bindgen-rust = { git = "https://github.com/bytecodealliance/wit-bindgen", optional = true } [lib] -crate-type = ["rlib", "cdylib"] - -[features] -default = [] -metadata = ["wit-bindgen-rust"] - +crate-type = ["rlib", "cdylib"] \ No newline at end of file