Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -42,7 +42,7 @@ lru = "0.16.2"
 nix = { version = "0.31.1", default-features = false, features = ["event", "fs", "inotify", "hostname", "resource", "process", "signal", "term", "user"] }
 num-traits = "0.2.19"
 once_cell = "1.19.0"
-pcre2 = { git = "https://github.com/fish-shell/rust-pcre2", tag = "0.2.9-utf32", default-features = false, features = [
+pcre2 = { path = "../rust-pcre2-0.2.9-utf32", default-features = false, features = [
     "utf32",
 ] }
 phf = { version = "0.13", default-features = false }
