Skip to content

Commit

Permalink
fix: switched to using warp-fix-171
Browse files Browse the repository at this point in the history
I've published my fork of Warp so that this can move forward more
quickly.
  • Loading branch information
arctic-hen7 committed Dec 12, 2021
1 parent 73b0a4d commit f3f0a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/.perseus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ perseus-warp = { path = "../../../../packages/perseus-warp", optional = true }
perseus-engine = { path = "../" }
actix-web = { version = "3.3", optional = true }
futures = "0.3"
warp = { version = "0.3", git = "https://github.com/arctic-hen7/warp", branch = "master", optional = true }
warp = { package = "warp-fix-171", version = "0.3", optional = true }
# TODO Choose features here
tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread" ] } # We don't need this for Actix Web

Expand Down
2 changes: 1 addition & 1 deletion packages/perseus-warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn
[dependencies]
perseus = { path = "../perseus", version = "0.3.0-beta.20" }
tokio = { version = "1", features = [ "rt-multi-thread" ] }
warp = { version = "0.3", git = "https://github.com/arctic-hen7/warp", branch = "master" } # Temporary until Warp #171 is resolved
warp = { package = "warp-fix-171", version = "0.3" } # Temporary until Warp #171 is resolved
urlencoding = "2.1"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit f3f0a43

Please sign in to comment.