Skip to content

Commit

Permalink
bug 1598286: remote: upgrade to http 0.2 r=remote-protocol-reviewers,…
Browse files Browse the repository at this point in the history
…whimboo

Upgrading to http 0.2 will give us bytes ^0.5 which removes
a dependency on iovec.  iovec is problematic for us because it
depends on a version of winapi that does not compile on Windows AArch64.

The effect of this should be that the remote agent is now possible
to compile on Windows AArch64.

Differential Revision: https://phabricator.services.mozilla.com/D58765

--HG--
extra : moz-landing-system : lando
  • Loading branch information
andreastt committed Jan 6, 2020
1 parent 478d582 commit cdc4445
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ path = "lib.rs"

[dependencies]
failure = { version = "0.1", default_features = false, features = ["derive"] }
http = "0.1"
http = "0.2"
libc = "0.2"
log = "0.4"
nserror = { path = "../xpcom/rust/nserror" }
Expand Down

0 comments on commit cdc4445

Please sign in to comment.