Skip to content

Commit

Permalink
increase msrv to 1.75
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Feb 2, 2025
1 parent 9727a4d commit ae208a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "LSM-based key-value storage engine"
license = "MIT OR Apache-2.0"
version = "2.6.0"
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.75.0"
readme = "README.md"
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
repository = "https://github.com/fjall-rs/fjall"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://crates.io/crates/fjall">
<img src="https://img.shields.io/crates/v/fjall?color=blue" alt="Crates.io" />
</a>
<img src="https://img.shields.io/badge/MSRV-1.74.0-blue" alt="MSRV" />
<img src="https://img.shields.io/badge/MSRV-1.75.0-blue" alt="MSRV" />
<a href="https://deps.rs/repo/github/fjall-rs/fjall">
<img src="https://deps.rs/repo/github/fjall-rs/fjall/status.svg" alt="dependency status" />
</a>
Expand Down

0 comments on commit ae208a2

Please sign in to comment.