Skip to content

Commit

Permalink
Git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asonix committed Nov 4, 2024
1 parent a47d61c commit ca67ea4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ actix-web-httpauth = { path = "./actix-web-httpauth" }
# uncomment to quickly test against local actix-web repo
# actix-http = { path = "../actix-web/actix-http" }
# actix-router = { path = "../actix-web/actix-router" }
# actix-web = { path = "../actix-web" }
# actix-web = { path = "../actix-web/actix-web" }
# awc = { path = "../actix-web/awc" }
actix-http = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
actix-router = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
actix-web = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
awc = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }

0 comments on commit ca67ea4

Please sign in to comment.