Skip to content

Commit

Permalink
Remove obsolete [badges] sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
AltSysrq committed Feb 20, 2021
1 parent 343b9ee commit e26df9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions proptest-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ Custom-derive for the Arbitrary trait of proptest.
homepage = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html"
edition = "2018"

[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "AltSysrq/proptest" }

[badges.appveyor]
repository = "AltSysrq/proptest"
branch = "master"
service = "github"

[lib]
proc-macro = true

Expand Down
8 changes: 0 additions & 8 deletions proptest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ description = """
Hypothesis-like property-based testing and shrinking.
"""

[badges]
travis-ci = { repository = "AltSysrq/proptest" }

[badges.appveyor]
repository = "AltSysrq/proptest"
branch = "master"
service = "github"

[features]

default = ["std", "fork", "timeout", "bit-set", "break-dead-code"]
Expand Down

0 comments on commit e26df9f

Please sign in to comment.