Skip to content

Commit cd75df5

Browse files
authored
Merge pull request RustPython#3999 from qingshi163/sre030
Refactor to bump sre-engine to v0.3.0
2 parents 33db28d + 8bdbc99 commit cd75df5

File tree

3 files changed

+211
-233
lines changed

3 files changed

+211
-233
lines changed

Cargo.lock

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ memoffset = "0.6.5"
7272
optional = "0.5.0"
7373

7474
# RustPython crates implementing functionality based on CPython
75-
sre-engine = "0.2.1"
75+
sre-engine = "0.3.0"
7676
# to work on sre-engine locally or git version
77-
# sre-engine = { git = "https://github.com/RustPython/sre-engine", rev = "refs/pull/11/head" }
77+
# sre-engine = { git = "https://github.com/RustPython/sre-engine", rev = "refs/pull/12/head" }
7878
# sre-engine = { path = "../../sre-engine" }
7979

8080
## unicode stuff

0 commit comments

Comments
 (0)