mirror of https://github.com/lapce/lapce.git
fix: bump required rust-version (#1577)
Fixes #1490 Fixes #1480 Fixes #1405
This commit is contained in:
parent
cce1f7d9d9
commit
3496fe6cf7
|
@ -3,7 +3,7 @@ name = "lapce"
|
|||
version = "0.2.1"
|
||||
authors = ["Dongdong Zhou <dzhou121@gmail.com>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.62"
|
||||
rust-version = "1.64"
|
||||
default-run = "lapce"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue