mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
0.3.1
This commit is contained in:
parent
37a1190dfb
commit
5c73f635a4
1 changed files with 6 additions and 7 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -15,12 +15,12 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
rustpython-parser-vendored = { path = "vendored", version = "0.3.0" }
|
rustpython-parser-vendored = { path = "vendored", version = "0.3.1" }
|
||||||
rustpython-ast = { path = "ast", default-features = false, version = "0.3.0" }
|
rustpython-ast = { path = "ast", default-features = false, version = "0.3.1" }
|
||||||
rustpython-parser-core = { path = "core", features = [], version = "0.3.0" }
|
rustpython-parser-core = { path = "core", features = [], version = "0.3.1" }
|
||||||
rustpython-literal = { path = "literal", version = "0.3.0" }
|
rustpython-literal = { path = "literal", version = "0.3.1" }
|
||||||
rustpython-format = { path = "format", default-features = false, version = "0.3.0" }
|
rustpython-format = { path = "format", default-features = false, version = "0.3.1" }
|
||||||
rustpython-parser = { path = "parser", default-features = false, version = "0.3.0" }
|
rustpython-parser = { path = "parser", default-features = false, version = "0.3.1" }
|
||||||
|
|
||||||
anyhow = "1.0.45"
|
anyhow = "1.0.45"
|
||||||
bitflags = "2.4.0"
|
bitflags = "2.4.0"
|
||||||
|
@ -32,7 +32,6 @@ log = "0.4.16"
|
||||||
num-complex = "0.4.0"
|
num-complex = "0.4.0"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
pyo3 = { version = "0.19.2" }
|
|
||||||
malachite-bigint = "0.2.0"
|
malachite-bigint = "0.2.0"
|
||||||
memchr = "2.5.0"
|
memchr = "2.5.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue