Bump minimum rust version everywhere to 1.70.0
This commit is contained in:
parent
5960065a03
commit
10c1b46bf7
|
@ -11,7 +11,7 @@ authors = [
|
|||
"Kasey White <kwhitemsg@gmail.com>",
|
||||
"KtorZ <matthias.benkort@gmail.com>",
|
||||
]
|
||||
rust-version = "1.66.1"
|
||||
rust-version = "1.70.0"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -11,7 +11,7 @@ authors = [
|
|||
"Kasey White <kwhitemsg@gmail.com>",
|
||||
"KtorZ <matthias.benkort@gmail.com>",
|
||||
]
|
||||
rust-version = "1.66.1"
|
||||
rust-version = "1.70.0"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -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>", "Kasey White <kwhitemsg@gmail.com>"]
|
||||
rust-version = "1.66.1"
|
||||
rust-version = "1.70.0"
|
||||
exclude = ["test_data/*"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue