Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into move-derive
  • Loading branch information
ShaharNaveh committed Nov 15, 2025
commit bcb8d348c6ac365fa7caadaf3a4d70b780f533ce
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ resolver = "2"
members = [
"compiler",
".",
"jit",
"vm",
"vm/sre_engine",
"stdlib",
Expand All @@ -143,8 +142,8 @@ license = "MIT"
[workspace.dependencies]
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
rustpython-compiler = { path = "compiler", version = "0.4.0" }
rustpython-codegen = { path = "compiler/codegen", version = "0.4.0" }
rustpython-derive = { path = "crates/derive", version = "0.4.0" }
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
rustpython-common = { path = "crates/common", version = "0.4.0" }
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
rustpython-jit = { path = "crates/jit", version = "0.4.0" }
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.