Update to mongo 1.1.0-beta, start reset + migrations
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
[package]
|
||||
name = "revolt"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Paul Makles <paulmakles@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
mongodb = "0.9.2"
|
||||
bson = "0.14.1"
|
||||
mongodb = { version = "1.1.0-beta", default-features = false, features = ["sync"] } # FIXME: rewrite database with async API
|
||||
rocket = { version = "0.4.4", default-features = false }
|
||||
once_cell = "1.3.1"
|
||||
dotenv = "0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user