mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-20 23:38:34 +00:00
update copyright, drop lock translation in prune-unused-deps we don't need it
This commit is contained in:
parent
dd958c1efa
commit
e72aa129c8
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -1038,7 +1038,9 @@ Copyright: 2015-2018 Simon Sapin <simon.sapin@exyr.org>
|
||||
License: MIT OR Apache-2.0
|
||||
Comment: see https://github.com/SimonSapin/rust-utf8
|
||||
|
||||
Files: vendor/wasi-0*/*
|
||||
Files:
|
||||
vendor/wasi-0*/*
|
||||
vendor/wasi/*
|
||||
Copyright: 2019-2020 The Cranelift Project Developers
|
||||
License: Apache-2.0 with LLVM exception or Apache-2.0 or MIT
|
||||
Comment: see https://github.com/CraneStation/rust-wasi
|
||||
|
||||
1
debian/prune-unused-deps
vendored
1
debian/prune-unused-deps
vendored
@ -16,7 +16,6 @@ done
|
||||
test -f Cargo.lock.orig || cp Cargo.lock Cargo.lock.orig
|
||||
rm -f Cargo.lock
|
||||
./x.py build nonexistent/path/to/trigger/cargo/metadata src/bootstrap
|
||||
cargo lock translate -v1 # the hacky regex logic below is for lock v1 files
|
||||
|
||||
not_needed() {
|
||||
diff -ru Cargo.lock.orig Cargo.lock \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user