From 811b44e3aa4b6a9b9c6d1ce03cbb9ef12de7c334 Mon Sep 17 00:00:00 2001 From: Fabrizio Lazzaretti Date: Tue, 30 Apr 2024 19:58:59 +0200 Subject: [PATCH] fix: remove formatting of cargo file Signed-off-by: Fabrizio Lazzaretti --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49cc73a..bb72c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ http-body = { version = "^0.4", optional = true } poem-lib = { version = "=1.2.34", optional = true, package = "poem" } nats-lib = { version = "0.21.0", optional = true, package = "nats" } -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] +[target."cfg(not(target_arch = \"wasm32\"))".dependencies] hostname = "^0.3" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]