Skip to content

Commit 8dd2aea

Browse files
committed
mark 0.4.0
1 parent 00d2f1d commit 8dd2aea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.1"
2+
version = "0.4.0"
33
authors = ["RustPython Team"]
44
edition = "2021"
55
rust-version = "1.72.1"
@@ -15,12 +15,12 @@ members = [
1515
]
1616

1717
[workspace.dependencies]
18-
rustpython-parser-vendored = { path = "vendored", version = "0.3.1" }
19-
rustpython-ast = { path = "ast", default-features = false, version = "0.3.1" }
20-
rustpython-parser-core = { path = "core", features = [], version = "0.3.1" }
21-
rustpython-literal = { path = "literal", version = "0.3.1" }
22-
rustpython-format = { path = "format", default-features = false, version = "0.3.1" }
23-
rustpython-parser = { path = "parser", default-features = false, version = "0.3.1" }
18+
rustpython-parser-vendored = { path = "vendored", version = "0.4.0" }
19+
rustpython-ast = { path = "ast", default-features = false, version = "0.4.0" }
20+
rustpython-parser-core = { path = "core", features = [], version = "0.4.0" }
21+
rustpython-literal = { path = "literal", version = "0.4.0" }
22+
rustpython-format = { path = "format", default-features = false, version = "0.4.0" }
23+
rustpython-parser = { path = "parser", default-features = false, version = "0.4.0" }
2424

2525
anyhow = "1.0.45"
2626
bitflags = "2.4.0"

0 commit comments

Comments
 (0)