mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/rust-bindgen-cli: update to 0.70.0
Changes: https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
d4bb0bf50f
commit
ee821cbdc6
@ -1,6 +1,5 @@
|
||||
PORTNAME= bindgen-cli
|
||||
DISTVERSION= 0.69.4
|
||||
PORTREVISION= 4
|
||||
DISTVERSION= 0.70.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CRATESIO
|
||||
PKGNAMEPREFIX= rust-
|
||||
|
@ -1,6 +1,6 @@
|
||||
CARGO_CRATES= aho-corasick-0.7.20 \
|
||||
annotate-snippets-0.9.1 \
|
||||
bindgen-0.69.4 \
|
||||
bindgen-0.70.0 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.2.1 \
|
||||
cc-1.0.78 \
|
||||
@ -21,10 +21,8 @@ CARGO_CRATES= aho-corasick-0.7.20 \
|
||||
humantime-2.1.0 \
|
||||
io-lifetimes-1.0.4 \
|
||||
is-terminal-0.4.7 \
|
||||
itertools-0.12.1 \
|
||||
lazy_static-1.4.0 \
|
||||
lazycell-1.3.0 \
|
||||
libc-0.2.139 \
|
||||
itertools-0.13.0 \
|
||||
libc-0.2.154 \
|
||||
libloading-0.7.4 \
|
||||
linux-raw-sys-0.3.8 \
|
||||
log-0.4.17 \
|
||||
@ -33,6 +31,7 @@ CARGO_CRATES= aho-corasick-0.7.20 \
|
||||
nom-7.1.3 \
|
||||
once_cell-1.17.0 \
|
||||
os_str_bytes-6.4.1 \
|
||||
prettyplease-0.2.7 \
|
||||
proc-macro-error-1.0.4 \
|
||||
proc-macro-error-attr-1.0.4 \
|
||||
proc-macro2-1.0.60 \
|
||||
@ -40,7 +39,7 @@ CARGO_CRATES= aho-corasick-0.7.20 \
|
||||
regex-1.7.1 \
|
||||
regex-syntax-0.6.28 \
|
||||
rustc-hash-1.1.0 \
|
||||
rustix-0.37.3 \
|
||||
rustix-0.37.7 \
|
||||
shlex-1.3.0 \
|
||||
strsim-0.10.0 \
|
||||
syn-1.0.107 \
|
||||
@ -49,7 +48,6 @@ CARGO_CRATES= aho-corasick-0.7.20 \
|
||||
unicode-ident-1.0.6 \
|
||||
unicode-width-0.1.10 \
|
||||
version_check-0.9.4 \
|
||||
which-4.4.0 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
|
@ -1,12 +1,12 @@
|
||||
TIMESTAMP = 1707051031
|
||||
SHA256 (rust/crates/bindgen-cli-0.69.4.crate) = 5d31479f44d2c9eed368e5f945cb4846d2c8313bd91feb16b6ae937a80b7ae01
|
||||
SIZE (rust/crates/bindgen-cli-0.69.4.crate) = 17114
|
||||
TIMESTAMP = 1723848350
|
||||
SHA256 (rust/crates/bindgen-cli-0.70.0.crate) = ac68152e8a049caa35d9057b209f01d318aa4734104b8d2571a83c420bb93984
|
||||
SIZE (rust/crates/bindgen-cli-0.70.0.crate) = 17166
|
||||
SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac
|
||||
SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440
|
||||
SHA256 (rust/crates/annotate-snippets-0.9.1.crate) = c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36
|
||||
SIZE (rust/crates/annotate-snippets-0.9.1.crate) = 31829
|
||||
SHA256 (rust/crates/bindgen-0.69.4.crate) = a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0
|
||||
SIZE (rust/crates/bindgen-0.69.4.crate) = 221092
|
||||
SHA256 (rust/crates/bindgen-0.70.0.crate) = e0127a1da21afb5adaae26910922c3f7afd3d329ba1a1b98a0884cab4907a251
|
||||
SIZE (rust/crates/bindgen-0.70.0.crate) = 226324
|
||||
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
|
||||
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
|
||||
SHA256 (rust/crates/bitflags-2.2.1.crate) = 24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813
|
||||
@ -47,14 +47,10 @@ SHA256 (rust/crates/io-lifetimes-1.0.4.crate) = e7d6c6f8c91b4b9ed43484ad1a938e39
|
||||
SIZE (rust/crates/io-lifetimes-1.0.4.crate) = 35815
|
||||
SHA256 (rust/crates/is-terminal-0.4.7.crate) = adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f
|
||||
SIZE (rust/crates/is-terminal-0.4.7.crate) = 8356
|
||||
SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569
|
||||
SIZE (rust/crates/itertools-0.12.1.crate) = 137761
|
||||
SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646
|
||||
SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443
|
||||
SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55
|
||||
SIZE (rust/crates/lazycell-1.3.0.crate) = 12502
|
||||
SHA256 (rust/crates/libc-0.2.139.crate) = 201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79
|
||||
SIZE (rust/crates/libc-0.2.139.crate) = 638983
|
||||
SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186
|
||||
SIZE (rust/crates/itertools-0.13.0.crate) = 146261
|
||||
SHA256 (rust/crates/libc-0.2.154.crate) = ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346
|
||||
SIZE (rust/crates/libc-0.2.154.crate) = 743304
|
||||
SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f
|
||||
SIZE (rust/crates/libloading-0.7.4.crate) = 27580
|
||||
SHA256 (rust/crates/linux-raw-sys-0.3.8.crate) = ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519
|
||||
@ -71,6 +67,8 @@ SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb7
|
||||
SIZE (rust/crates/once_cell-1.17.0.crate) = 32736
|
||||
SHA256 (rust/crates/os_str_bytes-6.4.1.crate) = 9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee
|
||||
SIZE (rust/crates/os_str_bytes-6.4.1.crate) = 23101
|
||||
SHA256 (rust/crates/prettyplease-0.2.7.crate) = 43ded2b5b204571f065ab8540367d738dfe1b3606ab9eb669dcfb5e7a3a07501
|
||||
SIZE (rust/crates/prettyplease-0.2.7.crate) = 55966
|
||||
SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c
|
||||
SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293
|
||||
SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869
|
||||
@ -85,8 +83,8 @@ SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09f
|
||||
SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288
|
||||
SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2
|
||||
SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331
|
||||
SHA256 (rust/crates/rustix-0.37.3.crate) = 62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2
|
||||
SIZE (rust/crates/rustix-0.37.3.crate) = 302028
|
||||
SHA256 (rust/crates/rustix-0.37.7.crate) = 2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d
|
||||
SIZE (rust/crates/rustix-0.37.7.crate) = 307751
|
||||
SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64
|
||||
SIZE (rust/crates/shlex-1.3.0.crate) = 18713
|
||||
SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623
|
||||
@ -103,8 +101,6 @@ SHA256 (rust/crates/unicode-width-0.1.10.crate) = c0edd1e5b14653f783770bce4a4dab
|
||||
SIZE (rust/crates/unicode-width-0.1.10.crate) = 18968
|
||||
SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f
|
||||
SIZE (rust/crates/version_check-0.9.4.crate) = 14895
|
||||
SHA256 (rust/crates/which-4.4.0.crate) = 2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269
|
||||
SIZE (rust/crates/which-4.4.0.crate) = 10889
|
||||
SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419
|
||||
SIZE (rust/crates/winapi-0.3.9.crate) = 1200382
|
||||
SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6
|
||||
|
Loading…
Reference in New Issue
Block a user