enso/build/ci_utils
Michał Wawrzyniec Urbańczyk ee8e9e5c60
Fix the Engine version check in GUI (#6570)
This PR fixes #6560.

The fix has a few elements:
1) Bumps the Engine requirement to the latest release, namely `2023.1.1`.
2) Changed the logic of checking whether a given version matches the requirement. Previously, we relied on `VersionReq` from `semver` crate which did not behave intuitively when the required version had a prerelease suffix. Now we rely directly on Semantic Versioning rules of precedence.
3) Code cleanups, including deduplicating 3 copies of the version-checking code, and moving some tests to more sensible places.
2023-05-08 14:13:53 +00:00
..
src Widgets integrated with graph nodes (#6347) 2023-04-26 19:37:54 +00:00
Cargo.toml Fix the Engine version check in GUI (#6570) 2023-05-08 14:13:53 +00:00