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]