Xuanwo commented on issue #4138: URL: https://github.com/apache/opendal/issues/4138#issuecomment-1925551200
Config files like `rust-toolchain.toml` are often finding from current dir to the root. > The toolchain is chosen in the order listed above, using the first one that is specified. There is one exception though: directory overrides and the rust-toolchain.toml file are also preferred by their proximity to the current directory. That is, these two override methods are discovered by walking up the directory tree toward the filesystem root, and a rust-toolchain.toml file that is closer to the current directory will be preferred over a directory override that is further away. > > ref: https://rust-lang.github.io/rustup/overrides.html Can you show the cargo command and the specific package you check? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
