Skip to content

Commit 06c4b15

Browse files
committed
Add radium patch to fix CI
1 parent 79646fd commit 06c4b15

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ opt-level = 3
7979
lto = "thin"
8080

8181
[patch.crates-io]
82+
radium = { version = "1.1.0", git = "https://github.com/youknowone/ferrilab", branch = "fix-nightly" }
8283
# REDOX START, Uncomment when you want to compile/check with redoxer
8384
# REDOX END
8485

@@ -186,6 +187,7 @@ paste = "1.0.15"
186187
proc-macro2 = "1.0.93"
187188
pymath = "0.0.2"
188189
quote = "1.0.38"
190+
radium = "1.1"
189191
rand = "0.9"
190192
rand_core = { version = "0.9", features = ["os_rng"] }
191193
rustix = { version = "1.0", features = ["event"] }

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ num-traits = { workspace = true }
3030
once_cell = { workspace = true }
3131
parking_lot = { workspace = true, optional = true }
3232
unicode_names2 = { workspace = true }
33+
radium = { workspace = true }
3334

3435
lock_api = "0.4"
35-
radium = "1.1"
3636
siphasher = "1"
3737

3838
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)