From 929e6ccf7338f5fd1109740e44eb764f830ea813 Mon Sep 17 00:00:00 2001 From: iDawer Date: Mon, 20 Dec 2021 18:10:37 +0500 Subject: [PATCH] Don't bump la-arena --- lib/arena/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml index f41793092c..39b005d094 100644 --- a/lib/arena/Cargo.toml +++ b/lib/arena/Cargo.toml @@ -7,4 +7,4 @@ repository = "https://github.com/rust-analyzer/rust-analyzer" documentation = "https://docs.rs/la-arena" categories = ["data-structures", "memory-management", "rust-patterns"] edition = "2021" -rust-version = "1.57" +rust-version = "1.56"