version: use +rb0.2.5 build metadata instead of -rb0.2.5 pre-release

Semver pre-release suffix (-rb0.2.5) breaks Cargo's [patch.crates-io]
matching for transitive deps. Build metadata (+rb0.2.5) is semver-
compatible: ^0.9.0 matches 0.9.0+rb0.2.5, patch redirection works,
and the Red Bear suffix is still visible in the version string.
This commit is contained in:
Red Bear OS
2026-07-05 09:16:12 +03:00
parent 386b19566d
commit e604868baf
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "redox_installer"
version = "0.2.42-rb0.2.5"
version = "0.2.42+rb0.2.5"
description = "A Redox filesystem builder"
license = "MIT"
authors = ["Jeremy Soller <jackpot51@gmail.com>", "vasilito <adminpupkin@gmail.com>"]