Skip to content

Commit e5cea3a

Browse files
committed
Update parser to 0.3.0
1 parent 8c11992 commit e5cea3a

File tree

2 files changed

+25
-32
lines changed

2 files changed

+25
-32
lines changed

Cargo.lock

+20-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ rustpython-pylib = { path = "pylib" }
2929
rustpython-stdlib = { path = "stdlib" }
3030
rustpython-doc = { git = "https://github.com/RustPython/__doc__", branch = "main" }
3131

32-
rustpython-literal = { git = "https://github.com/RustPython/Parser.git", rev = "704eb40108239a8faf9bd1d4217e8dad0ac7edb3" }
33-
rustpython-parser-core = { git = "https://github.com/RustPython/Parser.git", rev = "704eb40108239a8faf9bd1d4217e8dad0ac7edb3" }
34-
rustpython-parser = { git = "https://github.com/RustPython/Parser.git", rev = "704eb40108239a8faf9bd1d4217e8dad0ac7edb3" }
35-
rustpython-ast = { git = "https://github.com/RustPython/Parser.git", rev = "704eb40108239a8faf9bd1d4217e8dad0ac7edb3" }
36-
rustpython-format = { git = "https://github.com/RustPython/Parser.git", rev = "704eb40108239a8faf9bd1d4217e8dad0ac7edb3" }
32+
rustpython-literal = { git = "https://github.com/RustPython/Parser.git", tag = "0.3.0" }
33+
rustpython-parser-core = { git = "https://github.com/RustPython/Parser.git", tag = "0.3.0" }
34+
rustpython-parser = { git = "https://github.com/RustPython/Parser.git", tag = "0.3.0" }
35+
rustpython-ast = { git = "https://github.com/RustPython/Parser.git", tag = "0.3.0" }
36+
rustpython-format = { git = "https://github.com/RustPython/Parser.git", tag = "0.3.0" }
3737
# rustpython-literal = { path = "../RustPython-parser/literal" }
3838
# rustpython-parser-core = { path = "../RustPython-parser/core" }
3939
# rustpython-parser = { path = "../RustPython-parser/parser" }

0 commit comments

Comments
 (0)