diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-27 20:03:15 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-08-28 20:10:55 +1000 |
| commit | d263d3a88ce2d339a16587fdb60d60a208ea4f6b (patch) | |
| tree | c6b177fc2c49ed7847a267a1705ee7ceb500ef16 /compiler/rustc_const_eval | |
| parent | daf6fe2c1b51877d027453191ec648f52fc0ea8c (diff) | |
| download | rust-d263d3a88ce2d339a16587fdb60d60a208ea4f6b.tar.gz rust-d263d3a88ce2d339a16587fdb60d60a208ea4f6b.zip | |
Add `either` to `[workspace.dependencies]`.
Diffstat (limited to 'compiler/rustc_const_eval')
| -rw-r--r-- | compiler/rustc_const_eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/Cargo.toml b/compiler/rustc_const_eval/Cargo.toml index 88dfc83f7fc..4f5e5eaa74c 100644 --- a/compiler/rustc_const_eval/Cargo.toml +++ b/compiler/rustc_const_eval/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] # tidy-alphabetical-start -either = "1" +either.workspace = true rustc_abi = { path = "../rustc_abi" } rustc_apfloat = "0.2.0" rustc_ast = { path = "../rustc_ast" } |
