aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLinda_pp <rhysd@users.noreply.github.com>2019-10-16 23:36:28 +0900
committerAlex Crichton <alex@alexcrichton.com>2019-10-16 09:36:27 -0500
commit9ed2903517fe1e63e70fb2138a22296aa434da9e (patch)
treec942f7850bea8b8cc1f02c5ee0a46d1b3e358335 /Cargo.toml
parent2a6729f543a3e8b0e1a24f33a5fa93fd8b285440 (diff)
downloadmilf-rs-9ed2903517fe1e63e70fb2138a22296aa434da9e.tar.gz
milf-rs-9ed2903517fe1e63e70fb2138a22296aa434da9e.zip
Remove outdated Travis CI badge (#346)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7acf537..d685881 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,9 +19,6 @@ edition = "2018"
[workspace]
members = ['test-suite']
-[badges]
-travis-ci = { repository = "alexcrichton/toml-rs" }
-
[dependencies]
serde = "1.0.97"
linked-hash-map = { version = "0.5", optional = true }