Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过调用rustup update和更新已安装的工具链来节省带宽,然后将更新的工具链共享到另一个系统,而无需再次下载工具链。这可能吗?
rustup update
查看 .rustup 目录,似乎复制 toolchains 目录可能会起作用,但我担心会导致 rustup 的已安装内容与实际安装内容之间的元数据不匹配,或其他此类问题。除非有人说可以这样做,否则我认为这不是一个选择。