about summary refs log tree commit diff
diff options
context:
space:
mode:
authoriDawer <ilnur.iskhakov.oss@outlook.com>2021-12-20 18:10:37 +0500
committeriDawer <ilnur.iskhakov.oss@outlook.com>2021-12-20 18:10:37 +0500
commit929e6ccf7338f5fd1109740e44eb764f830ea813 (patch)
tree9ea00bcd493496abc724e2653907b135b0a1fc97
parent676744be6e051a6972acfcfa634b249b65cdb962 (diff)
downloadrust-929e6ccf7338f5fd1109740e44eb764f830ea813.tar.gz
rust-929e6ccf7338f5fd1109740e44eb764f830ea813.zip
Don't bump la-arena
-rw-r--r--lib/arena/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml
index f41793092c3..39b005d0945 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"