diff --git a/Cargo.lock b/Cargo.lock index cda08d499..2cf00ae7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,7 +2335,8 @@ dependencies = [ [[package]] name = "sre-engine" version = "0.1.0" -source = "git+https://github.com/RustPython/sre-engine#65c477414b2db1caa84a404b35704d1c5e9d0c75" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "405ac93b72ef1cc68dbbe9e990f6e8067856dae41f58b60fd6bd55d216c1fa6c" dependencies = [ "bitflags", "num_enum", diff --git a/vm/Cargo.toml b/vm/Cargo.toml index c88cbfb0a..863c186a2 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -93,7 +93,7 @@ libz-sys = { version = "1.0", optional = true } # RustPython crates implementing functionality based on CPython mt19937 = "2.0" -sre-engine = { git = "https://github.com/RustPython/sre-engine" } +sre-engine = "0.1.0" # to work on sre-engine locally # sre-engine = { path = "../../sre-engine" }