Add min rust-version to crates

So that people runs into better errors if they try installing from source with an 'obsolete' rust compiler.
This commit is contained in:
KtorZ 2023-04-13 17:24:44 +02:00
parent 74a7257ec9
commit e2c78bdd3b
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
6 changed files with 7 additions and 9 deletions

View File

@ -1,14 +1,13 @@
[package]
name = "aiken-lang"
description = "The aiken compiler"
description = "The Aiken compiler"
version = "0.0.29"
edition = "2021"
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>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
rust-version = "1.66.1"
[dependencies]
chumsky = "0.9.2"

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"
[dependencies]
aiken-lang = { path = '../aiken-lang', version = "0.0.29" }

View File

@ -7,6 +7,7 @@ repository = "https://github.com/aiken-lang/aiken/crates/project"
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"
[dependencies]
aiken-lang = { path = "../aiken-lang", version = "0.0.29" }

View File

@ -7,6 +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"
[dependencies]
anyhow = "1.0.69"

View File

@ -7,8 +7,7 @@ repository = "https://github.com/aiken-lang/aiken/crates/flat"
homepage = "https://github.com/aiken-lang/aiken"
license = "Apache-2.0"
authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
rust-version = "1.66.1"
[dependencies]
anyhow = "1.0.69"

View File

@ -7,11 +7,9 @@ repository = "https://github.com/aiken-lang/aiken/crates/uplc"
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"
exclude = ["test_data/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.69"
cryptoxide = "0.4.4"