diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-14 04:10:38 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-14 04:24:37 +0900 |
| commit | 4116323e9d55745c17b2d8008affa3394b726f6b (patch) | |
| tree | b829253d58d546d4c8b95ca90e9e2cc2ae6e4652 /crates/shirabe-external-packages/Cargo.toml | |
| parent | 78157ab3ffeca37023381a422fccda2d4a0c64af (diff) | |
| download | php-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.tar.gz php-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.tar.zst php-shirabe-4116323e9d55745c17b2d8008affa3394b726f6b.zip | |
refactor(pcre): drop PcreException
Composer never feeds a pattern that fails to compile at runtime, so a
preg_*() failure is a programming error rather than a recoverable
condition. Replace the PcreException path with a panic.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe-external-packages/Cargo.toml')
| -rw-r--r-- | crates/shirabe-external-packages/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe-external-packages/Cargo.toml b/crates/shirabe-external-packages/Cargo.toml index d51701b..02e6a7a 100644 --- a/crates/shirabe-external-packages/Cargo.toml +++ b/crates/shirabe-external-packages/Cargo.toml @@ -8,6 +8,7 @@ shirabe-php-shim.workspace = true shirabe-semver.workspace = true anyhow.workspace = true indexmap.workspace = true +regex.workspace = true [lints] workspace = true |
