Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ members = [
[workspace.package]
version = "0.4.1"
edition = "2024"
rust-version = "1.85"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/OpenLogi"
authors = ["AprilNEA <dev@aprilnea.me>"]
Expand Down
6 changes: 3 additions & 3 deletions crates/openlogi-hidpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
name = "openlogi-hidpp"
version.workspace = true
edition.workspace = true
# Upstream HEAD uses std APIs stabilized in 1.87, so this fork's real MSRV is
# higher than the workspace's 1.85. Declared explicitly (not inherited) — note
# this makes the workspace effectively need 1.87 via openlogi-hid.
# Upstream HEAD uses std APIs stabilized in 1.87. Keep this explicit instead
# of inheriting the workspace MSRV so future syncs can see the fork's own lower
# bound.
rust-version = "1.87"
license = "0BSD"
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build instructions, see the [README](../README.md).

## Toolchain

- Stable Rust (Edition 2024, MSRV 1.85)
- Stable Rust (Edition 2024, MSRV 1.88)
- macOS: Xcode 16+ with the optional **Metal Toolchain** component (required by
GPUI's `gpui_macos` build script to compile shaders)
- `create-dmg` for packaging (`brew install create-dmg`); `cargo-bundle` is
Expand Down
Loading