Files
uv/crates/uv-trampoline/rust-toolchain.toml
T
konsti 2375008cc1 Use c-string literals and update trampolines (#2590)
Rust 1.77 has stabilized c-string literals (`c"<string>"`):
https://doc.rust-lang.org/nightly/edition-guide/rust-2021/c-string-literals.html.
This PR replaces the usages of the custom c-string literal macro in the
trampoline with the new syntax.
2024-03-21 15:36:00 +00:00

3 lines
43 B
TOML

[toolchain]
channel = "nightly-2024-03-19"