aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-26 00:08:59 -0400
committerJesse Luehrs <doy@tozt.net>2023-03-26 00:09:33 -0400
commitf252f4c6595421339cb3119f1ca8ef491077f365 (patch)
tree8bcbaf555e2e33615446c90923bf8557d02d5007 /Cargo.toml
parentb840c96b787c7f8e5cfca2318516838fb743b61e (diff)
downloadfancy-prompt-f252f4c6595421339cb3119f1ca8ef491077f365.tar.gz
fancy-prompt-f252f4c6595421339cb3119f1ca8ef491077f365.zip
bump to 2021 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e7a25c..d0b36d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ license = "MIT"
version = "0.1.6"
authors = ["Jesse Luehrs <doy@tozt.net>"]
exclude = ["screenshots/*"]
+edition = "2021"
[badges]
travis-ci = { repository = "doy/fancy-prompt", branch = "master" }