Skip to content
Merged
Show file tree
Hide file tree
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
Next Next commit
Fix 1.80 build
  • Loading branch information
youknowone committed Jun 27, 2025
commit 4378a61c8b0bb8888f78549607db3c0d5bfd29f3
3 changes: 3 additions & 0 deletions example_projects/barebone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ edition = "2021"
rustpython-vm = { path = "../../vm", default-features = false }

[workspace]

[patch.crates-io]
radium = { version = "1.1.0", git = "https://github.com/youknowone/ferrilab", branch = "fix-nightly" }
3 changes: 3 additions & 0 deletions example_projects/frozen_stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ rustpython-vm = { path = "../../vm", default-features = false, features = ["free
rustpython-pylib = { path = "../../pylib", default-features = false, features = ["freeze-stdlib"] }

[workspace]

[patch.crates-io]
radium = { version = "1.1.0", git = "https://github.com/youknowone/ferrilab", branch = "fix-nightly" }