diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-10-30 03:06:30 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-10-30 03:06:30 +0000 |
commit | cedebe77358c26c7c10604d0471797b793b806e6 (patch) | |
tree | 606202d7b29e86e613e07b13fa3b5affa405e41c /community/cargo/tests-ignore-ssh_something_happens.patch | |
parent | 7e133c449cf05ee4f88e003de33b9fa20e2152c5 (diff) | |
download | aports-cedebe77358c26c7c10604d0471797b793b806e6.tar.bz2 aports-cedebe77358c26c7c10604d0471797b793b806e6.tar.xz |
Revert "community/cargo: upgrade to 0.22.0"
This change causes the package to be unbuildable without manual intervention,
which violates policy.
Reverting the change is theoretically harmless, as the old cargo has not been
removed from the archive.
This reverts commit c6e8dbdbd42fc99d297045cf6bd0e3d9474e53ad.
Diffstat (limited to 'community/cargo/tests-ignore-ssh_something_happens.patch')
-rw-r--r-- | community/cargo/tests-ignore-ssh_something_happens.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/cargo/tests-ignore-ssh_something_happens.patch b/community/cargo/tests-ignore-ssh_something_happens.patch deleted file mode 100644 index 80cf1f28bd..0000000000 --- a/community/cargo/tests-ignore-ssh_something_happens.patch +++ /dev/null @@ -1,13 +0,0 @@ -This test fails when building cargo with system-provided libgit2, -but I don't have a clue why. - ---- a/tests/build-auth.rs -+++ b/tests/build-auth.rs -@@ -171,6 +171,7 @@ - - // Boy, sure would be nice to have an SSH implementation in rust! - #[test] -+#[ignore] - fn ssh_something_happens() { - let server = TcpListener::bind("127.0.0.1:0").unwrap(); - let addr = server.local_addr().unwrap(); |