Home
last modified time | relevance | path

Searched refs:version_is_stable (Results 1 – 4 of 4) sorted by relevance

/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/cargo-edit-0.7.0/src/
H A Dfetch.rs73 fn version_is_stable(version: &CrateVersion) -> bool { in version_is_stable() function
84 .filter(|&v| flag_allow_prerelease || version_is_stable(v)) in read_latest_version()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.h98 bool version_is_stable(const char *ver);
H A Dlibutil.cc291 bool version_is_stable(const char *v) in version_is_stable() function
H A Dfiles.cc3016 && version_is_stable(you.prev_save_version.c_str())) in _restore_game()