Skip to content

Commit

Permalink
cargo: remove useless patch number
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Sep 25, 2023
1 parent c1558db commit 2172bfe
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 @@ -22,7 +22,7 @@ async-stream = "0.3"
async-trait = "0.1"
clap = { version = "4.0", features = ["derive"] }
colored = "2"
diesel = { version = "2.0.2", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel = { version = "2.0", features = ["sqlite", "returning_clauses_for_sqlite_3_35"] }
diesel_migrations = "2.0"
futures = "0.3"
futures-core = "0.3"
Expand Down

0 comments on commit 2172bfe

Please sign in to comment.