mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo: update to 1.71.0
This commit is contained in:
parent
af6590fab1
commit
2690b4a7f7
2 changed files with 4 additions and 12 deletions
|
@ -1,8 +0,0 @@
|
||||||
--- a/Cargo.toml 2019-01-02 22:49:06.000000000 +0100
|
|
||||||
+++ b/Cargo.toml 2019-02-13 15:12:44.616810828 +0100
|
|
||||||
@@ -116,3 +116,5 @@ doc = false
|
|
||||||
deny-warnings = []
|
|
||||||
vendored-openssl = ["openssl/vendored"]
|
|
||||||
pretty-env-logger = ["pretty_env_logger"]
|
|
||||||
+
|
|
||||||
+all-static = ['curl-sys/static-curl']
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'cargo'
|
# Template file for 'cargo'
|
||||||
pkgname=cargo
|
pkgname=cargo
|
||||||
version=1.70.0
|
version=1.71.0
|
||||||
revision=2
|
revision=1
|
||||||
_cargo_revision=0.71.0
|
_cargo_revision=0.72.0
|
||||||
build_helper=rust
|
build_helper=rust
|
||||||
hostmakedepends="cargo-bootstrap rust python3 curl cmake pkg-config zlib-devel"
|
hostmakedepends="cargo-bootstrap rust python3 curl cmake pkg-config zlib-devel"
|
||||||
makedepends="rust libcurl-devel openssl-devel"
|
makedepends="rust libcurl-devel openssl-devel"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://crates.io/"
|
homepage="https://crates.io/"
|
||||||
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
|
||||||
checksum=43ddf8be33d0f9d2514a75ae0df57ed95c8e99a9869deddf49e6eeee5d56e940
|
checksum=c0c15a35852c114859cfe11c5c76ee12105d66d7c90e650af83ac7b8a6a856fc
|
||||||
replaces="cargo-tree>=0"
|
replaces="cargo-tree>=0"
|
||||||
|
|
||||||
build_options="static bindist"
|
build_options="static bindist"
|
||||||
|
|
Loading…
Add table
Reference in a new issue