mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 13:15:21 +00:00
mark 0.4.0
This commit is contained in:
parent
00d2f1d1a7
commit
8dd2aea267
1 changed files with 7 additions and 7 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -1,5 +1,5 @@
|
|||
[workspace.package]
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
authors = ["RustPython Team"]
|
||||
edition = "2021"
|
||||
rust-version = "1.72.1"
|
||||
|
@ -15,12 +15,12 @@ members = [
|
|||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
rustpython-parser-vendored = { path = "vendored", version = "0.3.1" }
|
||||
rustpython-ast = { path = "ast", default-features = false, version = "0.3.1" }
|
||||
rustpython-parser-core = { path = "core", features = [], version = "0.3.1" }
|
||||
rustpython-literal = { path = "literal", version = "0.3.1" }
|
||||
rustpython-format = { path = "format", default-features = false, version = "0.3.1" }
|
||||
rustpython-parser = { path = "parser", default-features = false, version = "0.3.1" }
|
||||
rustpython-parser-vendored = { path = "vendored", version = "0.4.0" }
|
||||
rustpython-ast = { path = "ast", default-features = false, version = "0.4.0" }
|
||||
rustpython-parser-core = { path = "core", features = [], version = "0.4.0" }
|
||||
rustpython-literal = { path = "literal", version = "0.4.0" }
|
||||
rustpython-format = { path = "format", default-features = false, version = "0.4.0" }
|
||||
rustpython-parser = { path = "parser", default-features = false, version = "0.4.0" }
|
||||
|
||||
anyhow = "1.0.45"
|
||||
bitflags = "2.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue