mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
bump up sre-engine to 0.2.0
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -2066,8 +2066,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sre-engine"
|
||||
version = "0.1.2"
|
||||
source = "git+https://github.com/qingshi163/sre-engine?branch=refactor#82675ae5bd541139163c33312f84e421dddcdd1e"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55e283f0ec6488739d0b972e3c17b70a8698b33c298a169430387f871af51a03"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"num_enum",
|
||||
|
||||
@@ -72,8 +72,7 @@ memoffset = "0.6.5"
|
||||
optional = "0.5.0"
|
||||
|
||||
# RustPython crates implementing functionality based on CPython
|
||||
# sre-engine = "0.1.2"
|
||||
sre-engine = { git = "https://github.com/qingshi163/sre-engine", branch = "refactor" }
|
||||
sre-engine = "0.2.0"
|
||||
# to work on sre-engine locally
|
||||
# sre-engine = { path = "../../sre-engine" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user