fix lock rc version
This commit is contained in:
@@ -12,7 +12,10 @@ mastlogin = ["reqwest"]
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "=0.5.0-rc.2", features = ["json"] }
|
||||
rocket_codegen = "=0.5.0-rc.2"
|
||||
rocket_http = "=0.5.0-rc.2"
|
||||
rocket_sync_db_pools = { version = "=0.1.0-rc.2", features = ["diesel_postgres_pool"] }
|
||||
rocket_sync_db_pools_codegen = "=0.1.0-rc.2"
|
||||
diesel = { version = "1.4.8", features = ["postgres", "chrono"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
redis = { version="0.23.0", features = ["aio", "tokio-comp"] }
|
||||
|
||||
Reference in New Issue
Block a user