Files
git-repo-manager/docs/src/faq.md
2021-11-24 19:22:18 +01:00

464 B

FAQ

Why is the nightly toolchain required?

Building GRM currently requires nightly features due to the usage of std::path::Path::is_symlink(). See the tracking issue.

is_symlink() is actually available in rustc 1.57, so it will be on stable in the near future. This would mean that GRM can be built using the stable toolchain!