Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite5cea3a

Browse files
committed
Update parser to 0.3.0
1 parent8c11992 commite5cea3a

File tree

2 files changed

+25
-32
lines changed

2 files changed

+25
-32
lines changed

‎Cargo.lock‎

Lines changed: 20 additions & 27 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 5 additions & 5 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp