Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent 3f5260f commit 77c75ad
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 @@ -26,7 +26,7 @@ axum-framework = { package = "axum", version = "0.7", default-features = false,
[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }
csv = "=1.2.2"
memchr = "<2.7,>1.0" # 2.7 breaks on older rust versions
memchr = "<2.5,>1.0" # 2.6+ breaks on older rust versions
rand = "0.8"
serde_derive = "1.0"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit 77c75ad

Please sign in to comment.