Skip to content

Commit

Permalink
Replace dev_dependencies with dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Aug 3, 2023
1 parent 38e3152 commit 05af5ba
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 @@ -24,5 +24,5 @@ nix = { version = "^0.26", default-features = false, features = ["ioctl", "user"
[target.'cfg(windows)'.dependencies]
winapi = { version = "^0.3", features = ["shlobj", "combaseapi", "winbase"] }

[dev_dependencies]
[dev-dependencies]
argparse = "0.2"

0 comments on commit 05af5ba

Please sign in to comment.