cargo: update to 0.22.0.

This commit is contained in:
Leah Neukirchen 2017-10-17 17:55:52 +02:00
parent ab64e87998
commit 0196530bb9
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
Without this patch, cargo fails to build in rust 1.20 due to:
error[E0004]: non-exhaustive patterns: `&__Nonexhaustive { }` not covered
--- src/cargo/util/errors.rs.orig
+++ src/cargo/util/errors.rs
@@ -83,7 +83,7 @@
&CargoErrorKind::Parse(_) |
&CargoErrorKind::Git(_) |
&CargoErrorKind::Internal(_) |
- &CargoErrorKind::CargoTestErrorKind(_) => false
+ &CargoErrorKind::CargoTestErrorKind(_) | _ => false
}
}
}

View File

@ -1,6 +1,6 @@
# Template file for 'cargo'
pkgname=cargo
version=0.21.1
version=0.22.0
revision=1
_githash_installer=4f994850808a572e2cc8d43f968893c8e942e9bf
hostmakedepends="rust python curl cmake pkg-config"
@ -12,7 +12,7 @@ license="MIT, Apache-2.0"
homepage="https://crates.io/"
distfiles="https://github.com/rust-lang/cargo/archive/${version}.tar.gz
https://github.com/rust-lang/rust-installer/archive/${_githash_installer}.tar.gz"
checksum="f2464d3cb3e431e45191b6f70e415c320d227ef3c3d134cea4e86357c0c72a33
checksum="6740e2f8d035a5a5246a12e84a141d37ad4c2b826355aff497e6f1fcfb637aef
dc7240d60a869fa24a68c8734fb7c810c27cca0a6dad52df6279865e4e8e7fae"
nocross=yes