Skip to content

Commit 37bbb3c

Browse files
committed
Bump ui-sys to 0.1.3
1 parent b6ba190 commit 37bbb3c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ui-sys/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ui-sys"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Leo Tindall <[email protected]>", "Patrick Walton <[email protected]>"]
55
license = "MIT"
66
description = "Native bindings to the minimalist, cross-platform, widget set `libui`"
@@ -34,12 +34,7 @@ build = "build.rs"
3434
# Travis CI: `repository` in format "<user>/<project>" is required.
3535
# `branch` is optional; default is `master`
3636
travis-ci = { repository = "LeoTindall/libui-rs", branch = "master" }
37-
38-
# Is it maintained resolution time: `repository` is required.
39-
is-it-maintained-issue-resolution = { repository = "LeoTindall/libui-rs" }
40-
41-
# Is it maintained percentage of open issues: `repository` is required.
42-
is-it-maintained-open-issues = { repository = "LeoTindall/libui-rs" }
37+
appveyor = { repository = "LeoTindall/libui-rs", branch = "master" }
4338

4439
maintenance = { status = "actively-developed" }
4540

0 commit comments

Comments
 (0)