mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Bump supported engine version (#5676)
Bumped supported engine version to the first nightly after last breaking change. Also made it not being fooled by year change.
This commit is contained in:
parent
e81d1e3eea
commit
84eaf2c63e
@ -16,8 +16,8 @@ minimumSupportedVersion": "2.0.0-alpha.6"
|
||||
|
||||
# The minimum engine version supported by the application. The projects opened with the older versions
|
||||
# will have the "Unsupported engine version" message displayed.
|
||||
engineVersionSupported: "2022.1.1-nightly.2022-04-26"
|
||||
engineVersionSupported: "2023.1.1-nightly.2023.2.8"
|
||||
|
||||
# The minimum language edition supported by the application. It will be displayed as edition user
|
||||
# should put in their package.yaml file to have project compatible with the IDE.
|
||||
languageEditionSupported: "2022.1.1-nightly.2022-04-26"
|
||||
languageEditionSupported: "2023.1.1-nightly.2023.2.8"
|
||||
|
@ -28,7 +28,7 @@ include!(concat!(env!("OUT_DIR"), "/config.rs"));
|
||||
pub use generated::*;
|
||||
|
||||
pub fn engine_version_requirement() -> semver::VersionReq {
|
||||
semver::VersionReq::parse(&format!("^{engine_version_supported}")).unwrap()
|
||||
semver::VersionReq::parse(&format!(">={engine_version_supported}")).unwrap()
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user