From 09c5e64f88754df667ced8161fb976e2d186eac6 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 15 Oct 2024 23:10:51 -0700 Subject: [PATCH] Update comment for bumpalo as 3.15.0 was yanked due to MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da991b565..e2f33d717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ tree_magic_mini = "3.1.5" # home (used by tree_magic_mini) 0.5.9 has an MSRV of 1.70. home = ">= 0.5, < 0.5.9" -# bumpalo 3.15 requires rust 1.65 +# bumpalo 3.15.x requires rust 1.73. bumpalo = ">= 3.11, < 3.15" unicode-width = "0.1.9" crossterm = { version = "0.27.0", features = ["windows"] }