Cargo.toml: 1.0.0+rb0.3.0 -> 1.0.0+rb0.3.1

Bootloader fork was the only Cat 2 fork that didn't get its
+rb suffix updated during the 0.3.0->0.3.1 sync-versions run.
Manual fix applied. Also regenerated its Cargo.lock to match
the new version.
This commit is contained in:
Red Bear OS
2026-07-12 01:20:43 +03:00
parent 6b43b7f9c5
commit 2f79630b0e
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -203,13 +203,13 @@ dependencies = [
[[package]]
name = "redox-path"
version = "0.3.1"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
checksum = "54ec1b67c01c63545205ea6d218b336751399f0d8974c1a635c28604bedb81bc"
[[package]]
name = "redox_bootloader"
version = "1.0.0+rb0.3.0"
version = "1.0.0+rb0.3.1"
dependencies = [
"bitflags 1.3.2",
"byteorder",
@@ -227,7 +227,7 @@ dependencies = [
[[package]]
name = "redox_syscall"
version = "0.9.0+rb0.3.0"
version = "0.9.0+rb0.3.1"
dependencies = [
"bitflags 2.13.0",
]
@@ -256,7 +256,7 @@ dependencies = [
[[package]]
name = "redoxfs"
version = "0.9.1+rb0.3.0"
version = "0.9.1+rb0.3.1"
dependencies = [
"aes",
"argon2",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "redox_bootloader"
version = "1.0.0+rb0.3.0"
version = "1.0.0+rb0.3.1"
authors = ["Jeremy Soller <jackpot51@gmail.com>", "vasilito <adminpupkin@gmail.com>"]
edition = "2024"