Skip to content

Commit 5eb74a1

Browse files
committed
Fix ui-sys and bump version
1 parent 5125ace commit 5eb74a1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ before_install:
1313
script:
1414
- cd ui-sys
1515
- cargo build --verbose --tests --examples
16-
- cd ../ui
17-
- cargo build --verbose --tests --examples
1816
- cd ../iui
1917
- cargo build --verbose --tests --examples
2018
after_success: |

iui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ maintenance = { status = "actively-developed" }
4646
bitflags = "0.7"
4747
libc = "0.2"
4848
failure = "0.1.1"
49-
ui-sys = "0.1.0"
49+
ui-sys = "0.1.1"

ui-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ui-sys"
3-
version = "0.1.0"
4-
authors = ["Leo Tindall <[email protected]", "Patrick Walton <[email protected]>"]
3+
version = "0.1.1"
4+
authors = ["Leo Tindall <[email protected]>", "Patrick Walton <[email protected]>"]
55
build = "build.rs"
66
license = "MIT"
77
description = "Native bindings to the minimalist, cross-platform, widget set `libui`"

0 commit comments

Comments
 (0)