Skip to content

Release 3.5.1

Choose a tag to compare

@smoelius smoelius released this 12 Feb 00:51
· 462 commits to master since this release

3.5.1

  • Have cargo metadata and cargo fetch use the same cargo when building library packages. Using different cargos caused the two commands to refer to different subdirectories within the user's CARGO_HOME, leading to "Could not determine accessed subdirectory" errors. This bug primarily affected projects with rust-toolchain files. (#1519)