Skip to content

Commit

Permalink
Merge pull request #440 from atouchet/badges
Browse files Browse the repository at this point in the history
Remove obsolete badge references
  • Loading branch information
ehuss authored Aug 11, 2024
2 parents a0b49d0 + 3afea73 commit 3d9d6fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ readme = "README.md"
autotests = true
edition = "2018"

[badges]
travis-ci = { repository = "alexcrichton/curl-rust" }
appveyor = { repository = "alexcrichton/curl-rust" }

[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
Expand Down
4 changes: 0 additions & 4 deletions curl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ categories = ["external-ffi-bindings"]
edition = "2018"
exclude = ["curl/docs/", "curl/tests/"]

[badges]
travis-ci = { repository = "alexcrichton/curl-rust" }
appveyor = { repository = "alexcrichton/curl-rust" }

[lib]
name = "curl_sys"
path = "lib.rs"
Expand Down

0 comments on commit 3d9d6fe

Please sign in to comment.