Skip to content

Commit

Permalink
remove workaround for rwf2/Rocket#513
Browse files Browse the repository at this point in the history
  • Loading branch information
barzamin committed Apr 1, 2018
1 parent cca5383 commit bd1368b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ lazy_static = "1.0"
itertools = "0.7.4"
resopt = { path = "lib/resopt/" }

rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "v0.3" }
rocket_codegen = { git = "https://github.com/SergioBenitez/Rocket", branch = "v0.3" }
rocket = "0.3.6"
rocket_codegen = "0.3.6"

serde = "1.0"
serde_derive = "1.0"
Expand All @@ -30,14 +30,10 @@ maud = { version = "0.17.2", features = ["rocket"] }
path = "database/"

[dependencies.rocket_contrib]
git = "https://github.com/SergioBenitez/Rocket"
branch = "v0.3"
version = "0.3.6"
default-features = false
features = ["json"]

[dev-dependencies]
clippy = ">= 0"

[patch.crates-io]
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "v0.3" }
ring = { git = "https://github.com/SergioBenitez/ring", branch = "v0.11" }
2 changes: 1 addition & 1 deletion database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diesel_infer_schema = { version = "1.0.0", features = ["postgres"] }
r2d2 = "0.8.1"
r2d2-diesel = "1.0.0"

rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "v0.3" }
rocket = "0.3.6"

pwhash = "0.1.2"
chrono = "0.4"
Expand Down

0 comments on commit bd1368b

Please sign in to comment.