Skip to content

Commit

Permalink
fix: remove formatting of cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzaretti committed Apr 30, 2024
1 parent b3f04bf commit 403b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 403b5ff

Please sign in to comment.