Skip to content

Commit 21ae531

Browse files
committed
Update Rust version and refine toolchain documentation
- Set the Rust version to `1.85` in `Cargo.toml` to ensure compatibility with the latest features and improvements. - Enhanced comments in `rust-toolchain.toml` to clarify the purpose of the toolchain configuration, emphasizing standardization of tooling and targets.
1 parent 6519f80 commit 21ae531

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "cachekit"
33
version = "0.1.0-alpha"
44
edition = "2024"
5+
rust-version = "1.85"
56
license = "MIT OR Apache-2.0"
67
description = "High-performance, policy-driven cache primitives for Rust systems (FIFO/LRU/ARC) with optional metrics."
78
repository = "https://github.com/OxidizeLabs/cachekit"

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# cachkit Rust toolchain configuration
2-
# This ensures all contributors use the same Rust version
1+
# cachekit Rust toolchain configuration
2+
# This standardizes tooling (rustfmt/clippy) and targets; the Rust version tracks the latest stable.
33

44
[toolchain]
55
channel = "stable"

0 commit comments

Comments
 (0)