Skip to content

Commit

Permalink
Fix cargo deprecation warning
Browse files Browse the repository at this point in the history
    warning: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
  • Loading branch information
rnestler committed Jan 29, 2025
1 parent 4702968 commit d383e36
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 @@ -21,5 +21,5 @@ hyper-util = { version = "0.1.1", features = ["full"] }
hyper-tls = "0.6.0"
parse-display = "0.8.2"

[dev_dependencies]
[dev-dependencies]
tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit d383e36

Please sign in to comment.