summarylogtreecommitdiffstats
path: root/0001-font-kit.patch
blob: 9ccb7d60e3337ff628020f20ebc2bc979b95debb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index 4672499..756ddd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,9 +44,6 @@ default-features = false
 features = [ "termcolor", "atty", "humantime" ]
 optional = true
 
-[patch.crates-io]
-font-kit = { version = "0.3.1", git = "https://github.com/pcwalton/font-kit" }
-
 [features]
 default = [ "bin" ]
 bin = [ "structopt", "env_logger", "failure" ]