Skip to content

Commit 6c94834

Browse files
authored
Remove outdated entries from Cargo.toml (#193)
1 parent 95be9b4 commit 6c94834

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ description = "A small cross-platform library for retrieving random data from sy
88
documentation = "https://docs.rs/getrandom"
99
repository = "https://github.com/rust-random/getrandom"
1010
categories = ["os", "no-std"]
11-
exclude = ["utils/*", ".*", "appveyor.yml"]
12-
13-
[badges]
14-
travis-ci = { repository = "rust-random/getrandom" }
15-
appveyor = { repository = "rust-random/getrandom" }
11+
exclude = [".*"]
1612

1713
[dependencies]
1814
cfg-if = "1"

0 commit comments

Comments
 (0)