You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because Nupm switches directories when installing a custom package and running build.nu, Cargo will use the system's version of itself instead of what's specified in rust-toolchain.toml.
related to
Description
because Nupm switches directories when installing a custom package and running
build.nu
, Cargo will use the system's version of itself instead of what's specified inrust-toolchain.toml
.this requires something like the following to make sure the version specified in
rust-toolchain.toml
is used:https://github.com/FMotalleb/nu_plugin_clipboard/blob/00cc3d3e6a09df674c3a3fdbc1411c4937dde4b0/build.nu#L26-L32
i'm wondering if we could provide to
build.nu
some extra information in a new argument?something like
The text was updated successfully, but these errors were encountered: