【发布时间】:2022-12-04 07:53:05
【问题描述】:
我想在为特定项目运行 trunk serve 时每晚使用 rust,但希望在我的系统上保持稳定作为默认值。有什么方法可以在运行 trunk serve 时每晚使用 rust 吗?
【问题讨论】:
我想在为特定项目运行 trunk serve 时每晚使用 rust,但希望在我的系统上保持稳定作为默认值。有什么方法可以在运行 trunk serve 时每晚使用 rust 吗?
【问题讨论】:
如果您使用的是 rustup,则可以使用非全局 rustup 覆盖之一 https://rust-lang.github.io/rustup/overrides.html
【讨论】: