Update comment for bumpalo as 3.15.0 was yanked due to MSRV

pull/779/head
Wilfred Hughes 2024-10-15 23:10:51 +07:00
parent f947673108
commit 09c5e64f88
1 changed files with 1 additions and 1 deletions

@ -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 (used by tree_magic_mini) 0.5.9 has an MSRV of 1.70.
home = ">= 0.5, < 0.5.9" 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" bumpalo = ">= 3.11, < 3.15"
unicode-width = "0.1.9" unicode-width = "0.1.9"
crossterm = { version = "0.27.0", features = ["windows"] } crossterm = { version = "0.27.0", features = ["windows"] }