Skip to content

Commit f3f0a43

Browse files
committed
fix: switched to using warp-fix-171
I've published my fork of Warp so that this can move forward more quickly.
1 parent 73b0a4d commit f3f0a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic/.perseus/server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ perseus-warp = { path = "../../../../packages/perseus-warp", optional = true }
1515
perseus-engine = { path = "../" }
1616
actix-web = { version = "3.3", optional = true }
1717
futures = "0.3"
18-
warp = { version = "0.3", git = "https://github.com/arctic-hen7/warp", branch = "master", optional = true }
18+
warp = { package = "warp-fix-171", version = "0.3", optional = true }
1919
# TODO Choose features here
2020
tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread" ] } # We don't need this for Actix Web
2121

packages/perseus-warp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn
1616
[dependencies]
1717
perseus = { path = "../perseus", version = "0.3.0-beta.20" }
1818
tokio = { version = "1", features = [ "rt-multi-thread" ] }
19-
warp = { version = "0.3", git = "https://github.com/arctic-hen7/warp", branch = "master" } # Temporary until Warp #171 is resolved
19+
warp = { package = "warp-fix-171", version = "0.3" } # Temporary until Warp #171 is resolved
2020
urlencoding = "2.1"
2121
serde = "1"
2222
serde_json = "1"

0 commit comments

Comments
 (0)