Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr authored Feb 17, 2024
1 parent 82d6acf commit 2760cff
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 @@ -8,7 +8,7 @@ chrono = "0.4.31"
clokwerk = "0.4.0"
log = "0.4.20"
rocket_cors = "0.6.0"
rusqlite = { "0.30.0", features = ["bundled"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = "1.0.130"
toml = "0.8.8"

Expand Down

0 comments on commit 2760cff

Please sign in to comment.