Skip to content

Commit

Permalink
Revert "Downgrade Clap to support rustc 1.69"
Browse files Browse the repository at this point in the history
Instead bump rustc used for compiling production.
  • Loading branch information
tomcur committed Aug 30, 2023
1 parent 850efee commit 3cc10c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
32 changes: 10 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions astroplant-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ axum = { version = "0.5", features = ["headers", "ws"] }
bigdecimal = "0.4.0"
bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
# Support rustc 1.69
clap = { version ="4.3.24, <4.4", features = ["derive"] }
clap = { version ="4.3", features = ["derive"] }
deadpool-diesel = { version = "0.4.1", features = ["postgres"] }
diesel = { version = "2.1.0", features = ["postgres", "numeric", "chrono", "serde_json", "uuid"] }
diesel_migrations = "2.1.0"
Expand Down

0 comments on commit 3cc10c7

Please sign in to comment.