You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish ee83f7a0db rust: build fixes and nom update
Update nom to ~3.0.

Prefix dependencies with ~, which will allow for newer patch
versions only. Minor version updates should get a test before
using.

Remove Cargo.lock from the repo, but still generate as part
of the vendoring process for release builds. This will ensure
that all users of a particular distribution tarball will be
linking against the same Rust dependencies.
9 years ago
..
.cargo
src rust/nfs/files: no longer Option/Box 9 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: build fixes and nom update 9 years ago
Makefile.am rust: build fixes and nom update 9 years ago
gen-c-headers.py