summaryrefslogtreecommitdiff
path: root/font/Cargo.toml
diff options
context:
space:
mode:
authorDavid Hewitt <1939362+davidhewitt@users.noreply.github.com>2020-01-15 22:14:07 +0000
committerChristian Duerr <contact@christianduerr.com>2020-01-15 23:14:07 +0100
commitf54aabfe9295902b6bbe0db115186ca26f1956b0 (patch)
treeaebd591cfa1d14ec2a111064e501bb0a4d431145 /font/Cargo.toml
parent7d1edf01c2d16eedbbfb652b1e57db0f819f12c0 (diff)
downloadalacritty-f54aabfe9295902b6bbe0db115186ca26f1956b0.tar.gz
alacritty-f54aabfe9295902b6bbe0db115186ca26f1956b0.zip
Update font crate to 2018 edition
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r--font/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml
index 2c1617e8..4fc1a3b5 100644
--- a/font/Cargo.toml
+++ b/font/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
description = "Font rendering using the best available solution per platform"
license = "Apache-2.0"
+edition = "2018"
[dependencies]
euclid = "0.20"