Files
tubestation/third_party/rust/regex/Cross.toml
Mike Hommey 3f8c9534aa Bug 1854045 - Update regex to 1.9.4. r=emilio,supply-chain-reviewers
The main side effect is the upgrade of aho-corasick to 1.1, which
contains a SIMD implementation for aarch64.

Differential Revision: https://phabricator.services.mozilla.com/D188673
2023-11-21 01:55:17 +00:00

8 lines
112 B
TOML

[build.env]
passthrough = [
"RUST_BACKTRACE",
"RUST_LOG",
"REGEX_TEST",
"REGEX_TEST_VERBOSE",
]