mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
With the last patch introducing the rust workspace the location of Cargo.lock has changed. Therefore, remove all crate level lock-files and add rust/Cargo.lock as the only lock-file. Steps to reproduce: ``` cd rust mv pvsecret/Cargo.lock . cargo build cargo update -p openssl cargo update -p curl-sys cargo update -p rustix ``` While at it update some dependencies to get fixes for security issues. Reviewed-by: Marc Hartmayer <marc@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
*.rs.bk
|
|
|
|
# Generated during make build can be removed at any point
|
|
.check-dep-pvtools
|
|
.check-cargo
|