Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce5524d

Browse filesBrowse files
authored
Merge pull request #5769 from youknowone/radium-patch
2 parents 79646fd + 06c4b15 commit ce5524d
Copy full SHA for ce5524d

File tree

3 files changed

+4
-3
lines changed
Filter options

3 files changed

+4
-3
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+1-2Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: common/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.