Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -28,7 +28,7 @@ homepage = "https://fishshell.com"
 readme = "README.rst"
 
 [dependencies]
-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",
 ] }
 
