Skip to content

Commit f0e0efc

Browse files
Upgrade RustPython to handle trailing commas in map patterns (#3130)
1 parent 1efa2e0 commit f0e0efc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "f2f0b7a487a87
1313
once_cell = { version = "1.16.0" }
1414
regex = { version = "1.6.0" }
1515
rustc-hash = { version = "1.1.0" }
16-
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "6d5bbd913c7c46518f4ed8b1b378ffb0df72f505" }
17-
rustpython-parser = { features = ["lalrpop"], git = "https://github.com/RustPython/RustPython.git", rev = "6d5bbd913c7c46518f4ed8b1b378ffb0df72f505" }
16+
rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev = "6d71f758170d504817cc47720762c41d9031506d" }
17+
rustpython-parser = { features = ["lalrpop"], git = "https://github.com/RustPython/RustPython.git", rev = "6d71f758170d504817cc47720762c41d9031506d" }
1818
schemars = { version = "0.8.11" }
1919
serde = { version = "1.0.147", features = ["derive"] }
2020
serde_json = { version = "1.0.87" }

0 commit comments

Comments
 (0)