File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 9
9
matrix :
10
10
include :
11
11
# Stable channel
12
- # TODO re-enable the i686-apple-darwin target when passcod/rsnotify#53 is fixed
13
- # - os: osx
14
- # env: TARGET=i686-apple-darwin
15
- # rust: stable
12
+ - os : osx
13
+ env : TARGET=i686-apple-darwin
14
+ rust : stable
16
15
- os : linux
17
16
env : TARGET=i686-unknown-linux-gnu
18
17
rust : stable
@@ -35,9 +34,9 @@ matrix:
35
34
env : TARGET=x86_64-unknown-linux-musl
36
35
rust : stable
37
36
# Beta channel
38
- # - os: osx
39
- # env: TARGET=i686-apple-darwin
40
- # rust: beta
37
+ - os : osx
38
+ env : TARGET=i686-apple-darwin
39
+ rust : beta
41
40
- os : linux
42
41
env : TARGET=i686-unknown-linux-gnu
43
42
rust : beta
@@ -54,9 +53,9 @@ matrix:
54
53
env : TARGET=x86_64-unknown-linux-musl
55
54
rust : beta
56
55
# Nightly channel
57
- # - os: osx
58
- # env: TARGET=i686-apple-darwin
59
- # rust: nightly
56
+ - os : osx
57
+ env : TARGET=i686-apple-darwin
58
+ rust : nightly
60
59
- os : linux
61
60
env : TARGET=i686-unknown-linux-gnu
62
61
rust : nightly
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ rustc-serialize = "0.3.18"
21
21
pulldown-cmark = " 0.0.7"
22
22
23
23
# Watch feature
24
- notify = { version = " 2.5.4 " , optional = true }
24
+ notify = { version = " 2.5.5 " , optional = true }
25
25
time = { version = " 0.1.34" , optional = true }
26
26
crossbeam = { version = " 0.2.8" , optional = true }
27
27
You can’t perform that action at this time.
0 commit comments