Use master branch, ignore local db, and use CORS.

This commit is contained in:
Paul Makles
2020-12-28 13:40:37 +00:00
parent 6cfec0ee08
commit d171374aa1
5 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "revolt"
version = "0.2.11"
version = "0.3.0-alpha"
authors = ["Paul Makles <paulmakles@gmail.com>"]
edition = "2018"
@@ -12,9 +12,9 @@ many-to-many = "0.1.2"
#rauth = { git = "https://gitlab.insrt.uk/insert/rauth" }
hive_pubsub = { version = "0.4.1", features = ["mongo"] }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", default-features = false }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false }
mongodb = { version = "1.1.1", features = ["tokio-runtime"], default-features = false }
once_cell = "1.4.1"