From 4755cc8aee2ce4ec1779c1660cde72f6749f2046 Mon Sep 17 00:00:00 2001 From: hyst329 Date: Mon, 30 Jan 2017 18:19:03 +0300 Subject: [PATCH] Fixed library name capitalising --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3e4c8a..f62ad26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/gyscos/Cursive" version = "0.4.0" [badges] -travis-ci = { repository = "gyscos/cursive" } +travis-ci = { repository = "gyscos/Cursive" } [build-dependencies.skeptic] optional = true