From ae208a2d5d8276ba76d30f3c5cd60f2c990e695f Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Sun, 2 Feb 2025 21:55:56 +0100 Subject: [PATCH] increase msrv to 1.75 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75aa87d..e68ae1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index c6946cf..6ce3dbb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Crates.io - MSRV + MSRV dependency status