@@ -133,28 +133,28 @@ members = [
133133exclude = [" pymath" ]
134134
135135[workspace .package ]
136- version = " 0.4 .0"
136+ version = " 0.5 .0"
137137authors = [" RustPython Team" ]
138138edition = " 2024"
139139rust-version = " 1.93.0"
140140repository = " https://github.com/RustPython/RustPython"
141141license = " MIT"
142142
143143[workspace .dependencies ]
144- rustpython-compiler-core = { path = " crates/compiler-core" , version = " 0.4 .0" }
145- rustpython-compiler = { path = " crates/compiler" , version = " 0.4 .0" }
146- rustpython-codegen = { path = " crates/codegen" , version = " 0.4 .0" }
147- rustpython-common = { path = " crates/common" , version = " 0.4 .0" }
148- rustpython-derive = { path = " crates/derive" , version = " 0.4 .0" }
149- rustpython-derive-impl = { path = " crates/derive-impl" , version = " 0.4 .0" }
150- rustpython-jit = { path = " crates/jit" , version = " 0.4 .0" }
151- rustpython-literal = { path = " crates/literal" , version = " 0.4 .0" }
152- rustpython-vm = { path = " crates/vm" , default-features = false , version = " 0.4 .0" }
153- rustpython-pylib = { path = " crates/pylib" , version = " 0.4 .0" }
154- rustpython-stdlib = { path = " crates/stdlib" , default-features = false , version = " 0.4 .0" }
155- rustpython-sre_engine = { path = " crates/sre_engine" , version = " 0.4 .0" }
156- rustpython-wtf8 = { path = " crates/wtf8" , version = " 0.4 .0" }
157- rustpython-doc = { path = " crates/doc" , version = " 0.4 .0" }
144+ rustpython-compiler-core = { path = " crates/compiler-core" , version = " 0.5 .0" }
145+ rustpython-compiler = { path = " crates/compiler" , version = " 0.5 .0" }
146+ rustpython-codegen = { path = " crates/codegen" , version = " 0.5 .0" }
147+ rustpython-common = { path = " crates/common" , version = " 0.5 .0" }
148+ rustpython-derive = { path = " crates/derive" , version = " 0.5 .0" }
149+ rustpython-derive-impl = { path = " crates/derive-impl" , version = " 0.5 .0" }
150+ rustpython-jit = { path = " crates/jit" , version = " 0.5 .0" }
151+ rustpython-literal = { path = " crates/literal" , version = " 0.5 .0" }
152+ rustpython-vm = { path = " crates/vm" , default-features = false , version = " 0.5 .0" }
153+ rustpython-pylib = { path = " crates/pylib" , version = " 0.5 .0" }
154+ rustpython-stdlib = { path = " crates/stdlib" , default-features = false , version = " 0.5 .0" }
155+ rustpython-sre_engine = { path = " crates/sre_engine" , version = " 0.5 .0" }
156+ rustpython-wtf8 = { path = " crates/wtf8" , version = " 0.5 .0" }
157+ rustpython-doc = { path = " crates/doc" , version = " 0.5 .0" }
158158
159159# Ruff tag 0.15.6 is based on commit e4c7f357777a2fdd34dbe6a98b1b7d3e7488f675
160160# at the time of this capture. We use the commit hash to ensure reproducible builds.
0 commit comments