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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user