]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: rename .cargo/config to .cargo/config.toml 11095/head
authorJason Ish <jason.ish@oisf.net>
Thu, 16 May 2024 16:42:53 +0000 (10:42 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 16 May 2024 17:58:37 +0000 (19:58 +0200)
commit8560564657735a4c22004d51db9775ca2f1d9645
tree361d5fc1befd997ec97208de1e12cb196ceb388b
parent6d2d8c26d37343e9df95c335f4262bfcc5374294
rust: rename .cargo/config to .cargo/config.toml

Addresses this warning from the Rust compiler:

warning: `../rust/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
configure.ac
rust/.cargo/config.toml.in [moved from rust/.cargo/config.in with 100% similarity]
rust/.gitignore
rust/Makefile.am