Bump minimum rust version everywhere to 1.70.0

This commit is contained in:
KtorZ
2024-11-13 19:38:57 +01:00
parent 5960065a03
commit 10c1b46bf7
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>"]
rust-version = "1.66.1"
rust-version = "1.70.0"
[dependencies]
crossbeam-channel = "0.5.7"