Add rust-version to Cargo.toml (#287)
This commit is contained in:
parent
222e52be3d
commit
1e04c4c079
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "atuin"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
rust-version = "1.59"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "atuin - magical shell history"
|
description = "atuin - magical shell history"
|
||||||
homepage = "https://atuin.sh"
|
homepage = "https://atuin.sh"
|
||||||
|
|
Loading…
Reference in a new issue