Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/arena/Cargo.toml')
| -rw-r--r-- | lib/arena/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |