bump up sre-engine to 0.2.0

This commit is contained in:
Jeong YunWon
2022-07-27 05:14:34 +09:00
parent d7842d1e8e
commit abc7586662
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View File

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

View File

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