Skip to content

Commit 2c07946

Browse files
authored
Merge pull request RustPython#3976 from qingshi163/sre021
Test Bump sre-engine to 0.2.1
2 parents 36a2700 + eeac5fe commit 2c07946

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +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.0"
76-
# to work on sre-engine locally
75+
sre-engine = "0.2.1"
76+
# to work on sre-engine locally or git version
77+
# sre-engine = { git = "https://github.com/RustPython/sre-engine", rev = "refs/pull/11/head" }
7778
# sre-engine = { path = "../../sre-engine" }
7879

7980
## unicode stuff

0 commit comments

Comments
 (0)