Skip to content

Commit

Permalink
Remove a trailing space in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Dec 23, 2024
1 parent 99a5069 commit da1d38a
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 @@ -40,7 +40,7 @@ serde_json = "1.0"
tiny_http = { version = "0.12", optional = true }

[target.'cfg(windows)'.dependencies]
ctrlc = "=3.4.2"
ctrlc = "=3.4.2"

[target.'cfg(not(windows))'.dependencies]
signal-hook = "0.3"
Expand Down

0 comments on commit da1d38a

Please sign in to comment.