mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Switch to sre-engine from crates.io
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user