pub const NIGHTLY_VERSION_WARNING_MESSAGE: &str = "This is a nightly build of Foundry. It is recommended to use the latest stable version. \
Visit https://book.getfoundry.sh/announcements for more information. \n\
To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment. \n";
Expand description
The warning message for nightly versions.