Skip to content

Commit

Permalink
Fix order of dependencies in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll committed Dec 9, 2024
1 parent be82af0 commit ee0a252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ x509-certificate = { version = "0.24.0", optional = true }

[dev-dependencies]
anyhow = "1.0.79"
futures = "0.3.30"
env_logger = "0.11.1"
futures = "0.3.30"
itertools = "0.13.0"
rand = "0.8.5"
time = { version = "0.3.31", features = ["macros"] }
# Enable multi-threaded runtime in examples to increase the chances of finding
# problems with our use of open62541.
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
itertools = "0.13.0"

[features]
default = ["serde", "time", "tokio"]
Expand Down

0 comments on commit ee0a252

Please sign in to comment.