From 3496fe6cf7d8d75cb370f04f1fcee68fbe4db2f8 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Sat, 22 Oct 2022 15:12:36 +0200 Subject: [PATCH] fix: bump required rust-version (#1577) Fixes #1490 Fixes #1480 Fixes #1405 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8025b4b..1eaa7aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "lapce" version = "0.2.1" authors = ["Dongdong Zhou "] edition = "2021" -rust-version = "1.62" +rust-version = "1.64" default-run = "lapce" [dependencies]