Skip to content

Commit

Permalink
Fix the minimal version build
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Mar 14, 2024
1 parent ddc50de commit 9117d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/postgres/advanced-blog-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ argon2 = "0.5.0"
chrono = { version = "0.4.20", default-features = false, features = ["clock", "std"] }
diesel = { version = "2.1.0", path = "../../../diesel", features = ["postgres", "chrono"] }
dotenvy = "0.15"
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.0.0", features = ["derive"] }
tempfile = "3.1.0"

[dev-dependencies]
Expand Down

0 comments on commit 9117d29

Please sign in to comment.