Revert rocket workaround again
https://github.com/SergioBenitez/Rocket/issues/905
This commit is contained in:
881
Cargo.lock
generated
881
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@@ -21,9 +21,9 @@ travis-ci = { repository = "kpcyrd/sn0int" }
|
||||
|
||||
[workspace]
|
||||
# rocket is broken and blocks the whole workspace, removing
|
||||
#members = ["sn0int-registry/sn0int-common",
|
||||
# "sn0int-registry"]
|
||||
members = ["sn0int-registry/sn0int-common"]
|
||||
members = ["sn0int-registry/sn0int-common",
|
||||
"sn0int-registry"]
|
||||
#members = ["sn0int-registry/sn0int-common"]
|
||||
|
||||
[dependencies]
|
||||
sn0int-common = { version="0.6.0", path="sn0int-registry/sn0int-common" }
|
||||
@@ -100,6 +100,6 @@ unveil = "0.2.0"
|
||||
boxxy = "0.9"
|
||||
tempfile = "3.0"
|
||||
|
||||
#[patch.crates-io]
|
||||
#rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
#rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
[patch.crates-io]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
|
||||
@@ -34,6 +34,6 @@ serde_json = "1.0"
|
||||
|
||||
dotenv = "0.13"
|
||||
|
||||
[patch.crates-io]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
#[patch.crates-io]
|
||||
#rocket = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
#rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket.git", rev="c86f4312fb273c0380fb76a97bfb7fc227800542" }
|
||||
|
||||
Reference in New Issue
Block a user