From 7c475fe7b0f8913df73a86ad5df6931f2bf1da8b Mon Sep 17 00:00:00 2001 From: Kacy Fortner Date: Sun, 8 Feb 2026 10:43:37 -0500 Subject: [PATCH] chore: update rust version to 1.93 - update readme badge to 1.93+ - add rust-version = "1.93" to workspace Cargo.toml - rust-toolchain.toml already specified 1.93 --- Cargo.toml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fc0a45b..1755bb68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ resolver = "2" [workspace.package] version = "0.3.1" edition = "2021" +rust-version = "1.93" license = "MIT" repository = "https://github.com/kacy/ember" keywords = ["cache", "redis", "key-value", "database", "distributed"] diff --git a/README.md b/README.md index 18b4bce3..d0876ad9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

build status crates.io - rust version + rust version license