From 31ca44bad46a03dcade0a0606511a7245d51fb6e Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Fri, 13 Feb 2026 18:43:03 +0000 Subject: [PATCH] chore: bump to rust 1.91 Signed-off-by: Joe Isaacs --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50d6bebe4d5..07e3766b99f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ keywords = ["vortex"] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/spiraldb/vortex" -rust-version = "1.89" +rust-version = "1.91" version = "0.1.0" [workspace.dependencies] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bdefac48be7..e66091c1e63 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.89" +channel = "1.91" components = ["rust-src", "rustfmt", "clippy", "rust-analyzer"] profile = "minimal"