Switch to sre-engine from crates.io

This commit is contained in:
Noah
2021-04-05 11:17:27 -05:00
parent 0ccc263e2f
commit f892b06c3e
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }