We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nightly
1 parent 213d27d commit cde1f32Copy full SHA for cde1f32
crates/common/src/version.rs
@@ -23,5 +23,5 @@ pub const IS_NIGHTLY_VERSION: bool = option_env!("FOUNDRY_IS_NIGHTLY_VERSION").i
23
/// The warning message for nightly versions.
24
pub const NIGHTLY_VERSION_WARNING_MESSAGE: &str =
25
"This is a nightly build of Foundry. It is recommended to use the latest stable version. \
26
- Visit https://book.getfoundry.sh/announcements for more information. \n\
+ Visit https://book.getfoundry.sh/misc/announcements for more information. \n\
27
To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment. \n";
0 commit comments