diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -9,7 +9,4 @@ edition = "2021" serde = "1.0.130" chrono = "0.4.23" sqlite = "0.30.4" - -[dependencies.rocket] -version = "0.5.0-rc.2" -features = ["json"] +rocket = {version = "0.5.0-rc.2", features = ["json"]} |