From cedebe77358c26c7c10604d0471797b793b806e6 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 30 Oct 2017 03:06:30 +0000 Subject: 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. --- community/cargo/tests-ignore-ssh_something_happens.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 community/cargo/tests-ignore-ssh_something_happens.patch (limited to 'community/cargo/tests-ignore-ssh_something_happens.patch') 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(); -- cgit v1.2.3