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
Use derive from workspace
  • Loading branch information
ShaharNaveh committed Nov 14, 2025
commit dc7df081ab76db3044985a3094dadfbad733ce88
2 changes: 1 addition & 1 deletion jit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cranelift-jit = "0.119"
cranelift-module = "0.119"

[dev-dependencies]
rustpython-derive = { path = "../derive", version = "0.4.0" }
rustpython-derive = { workspace = true, version = "0.4.0" }
Comment thread
ShaharNaveh marked this conversation as resolved.
Outdated

approx = "0.5.1"

Expand Down
Loading