X Tutup
Skip to content

Commit abc7586

Browse files
committed
bump up sre-engine to 0.2.0
1 parent d7842d1 commit abc7586

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ memoffset = "0.6.5"
7272
optional = "0.5.0"
7373

7474
# RustPython crates implementing functionality based on CPython
75-
# sre-engine = "0.1.2"
76-
sre-engine = { git = "https://github.com/qingshi163/sre-engine", branch = "refactor" }
75+
sre-engine = "0.2.0"
7776
# to work on sre-engine locally
7877
# sre-engine = { path = "../../sre-engine" }
7978

0 commit comments

Comments
 (0)
X Tutup