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 }