Skip to content

Commit 5e13195

Browse files
committed
Cargo.toml: Drop CI badges
1 parent ac7ed73 commit 5e13195

File tree

29 files changed

+0
-58
lines changed

29 files changed

+0
-58
lines changed

apps/cli/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ quickcheck = "0.6"
2626
maintenance = { status = "actively-developed" }
2727
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2828
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
29-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
30-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ unic-char-range = { path = "char/range/", version = "0.9.0" }
3636
maintenance = { status = "actively-developed" }
3737
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
3838
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
39-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
40-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/bidi/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ unic-ucd-version = { path = "../ucd/version/", version = "0.9.0" }
3434
maintenance = { status = "actively-developed" }
3535
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
3636
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
37-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
38-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/char/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ unic-char-range = { path = "range/", version = "0.9.0" }
2626
maintenance = { status = "actively-developed" }
2727
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2828
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
29-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
30-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/char/basics/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ unic-char-range = { path = "../range/", version = "0.9.0" }
2020
maintenance = { status = "actively-developed" }
2121
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2222
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
23-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
24-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/char/property/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ unic-char-range = { path = "../range/", version = "0.9.0" }
1919
maintenance = { status = "actively-developed" }
2020
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2121
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
22-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
23-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/char/range/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ trusted-len = []
2929
maintenance = { status = "actively-developed" }
3030
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
3131
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
32-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
33-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/common/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ unstable = [] # Rust nightly features
2020
maintenance = { status = "actively-developed" }
2121
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2222
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
23-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
24-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/emoji/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ unic-emoji-char = { path = "char/", version = "0.9.0" }
1919
maintenance = { status = "actively-developed" }
2020
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2121
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
22-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
23-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/emoji/char/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../../ucd/version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/idna/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ unic-ucd-version = { path = "../ucd/version/", version = "0.9.0" }
2626
maintenance = { status = "actively-developed" }
2727
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2828
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
29-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
30-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/idna/mapping/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../../ucd/version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/idna/punycode/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ rustc-serialize = "0.3"
2020
maintenance = { status = "actively-developed" }
2121
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2222
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
23-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
24-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/normal/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ unic-ucd-version = { path = "../ucd/version/", version = "0.9.0" }
2323
maintenance = { status = "actively-developed" }
2424
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2525
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
26-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
27-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/segment/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ unic-ucd-common = { path = "../ucd/common/", version = "0.9.0" }
2424
maintenance = { status = "actively-developed" }
2525
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2626
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
27-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
28-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ unic-char-range = { path = "../char/range/", version = "0.9.0" }
3838
maintenance = { status = "actively-developed" }
3939
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
4040
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
41-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
42-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/age/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/bidi/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/block/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/case/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/category/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2222
maintenance = { status = "actively-developed" }
2323
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2424
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
25-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
26-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/common/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ unic-ucd-category = { path = "../category/", version = "0.9.0" }
2424
maintenance = { status = "actively-developed" }
2525
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2626
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
27-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
28-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/hangul/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
1919
maintenance = { status = "actively-developed" }
2020
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2121
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
22-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
23-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/ident/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@ matches = "0.1"
3333
maintenance = { status = "actively-developed" }
3434
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
3535
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
36-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
37-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/name/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-char-property = { path = "../../char/property/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/name_aliases/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ unic-char-property = { path = "../../char/property/", version = "0.9.0" }
2020
maintenance = { status = "actively-developed" }
2121
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2222
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
23-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
24-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/normal/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ default = []
2929
maintenance = { status = "actively-developed" }
3030
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
3131
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
32-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
33-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/segment/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ unic-ucd-version = { path = "../version/", version = "0.9.0" }
2121
maintenance = { status = "actively-developed" }
2222
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2323
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
24-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
25-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

unic/ucd/version/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ unic-common = { path = "../../common/", version = "0.9.0" }
1919
maintenance = { status = "actively-developed" }
2020
is-it-maintained-issue-resolution = { repository = "open-i18n/rust-unic" }
2121
is-it-maintained-open-issues = { repository = "open-i18n/rust-unic" }
22-
appveyor = { repository = "open-i18n/rust-unic", branch = "master", service = "github" }
23-
travis-ci = { repository = "open-i18n/rust-unic", branch = "master" }

0 commit comments

Comments
 (0)