diff --git a/Cargo.toml b/Cargo.toml index 1fdc77d2614..bf3d4751269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,11 +81,6 @@ opt-level = 3 [profile.release] lto = "thin" -[patch.crates-io] -radium = { version = "1.1.0", git = "https://github.com/youknowone/ferrilab", branch = "fix-nightly" } -# REDOX START, Uncomment when you want to compile/check with redoxer -# REDOX END - # Used only on Windows to build the vcpkg dependencies [package.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" @@ -190,7 +185,7 @@ paste = "1.0.15" proc-macro2 = "1.0.93" pymath = "0.0.2" quote = "1.0.38" -radium = "1.1" +radium = "1.1.1" rand = "0.9" rand_core = { version = "0.9", features = ["os_rng"] } rustix = { version = "1.0", features = ["event"] }