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 f0eaebe3a6 rust: set MSRV to 1.75.0
This is the Rust version found on Ubuntu LTS releases as of today, and
is the oldest we need to support.

Ticket: #6573
2 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 1 year ago
derive rust/derive: fix clippy collapsible_match warning 2 months ago
htp rust: update brotli crate to latest version 2 months ago
src detect/entropy: Add calculated entropy value to flowvars 2 months ago
suricatactl suricatactl: add description to Cargo.toml 4 months ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 5 months ago
sys rust: bindgen app-layer-detect-proto.h 2 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 1 year ago
Cargo.lock.in rust: update brotli crate to latest version 2 months ago
Cargo.toml.in rust: set MSRV to 1.75.0 2 months ago
Makefile.am github-ci: enable asan for suricata-lua-sys in fuzz build 2 months ago
cbindgen.toml rust: remove some unneeded cbindgen:ignore 2 months ago
rustfmt.toml