mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Add Cargo.lock file from ClamAV 1.0.1 release
This change makes it so that building 1.0.2+ will not require newer versions of the Rust compiler toolchain without us knowing about it. This change is to support people who may be unable to use Rustup to get the latest Rust compiler right away.
This commit is contained in:
parent
f9f4bd3193
commit
c88e072566
2 changed files with 1175 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -228,9 +228,5 @@ libclamav/c++/llvm/tools/llvmc/plugins/Base/Base.td
|
|||
debug/
|
||||
target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
|
1175
Cargo.lock
generated
Executable file
1175
Cargo.lock
generated
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue