Steven Walter
c4a8abed21
Add recipe for lazy-static
2016-08-29 21:11:42 -04:00
Steven Walter
62b3ed7895
Add recipes for num crate
2016-08-29 21:11:42 -04:00
Steven Walter
c5978989a7
Add recipe for bitflags
2016-08-29 21:11:42 -04:00
Steven Walter
5eeb74ed5e
memchr-rs: upgrade to 0.1.11
...
The old version no longer builds against the newer libc package
2016-08-28 14:59:03 -04:00
Steven Walter
1df6619559
rand: upgrade to 0.3.14
...
Needed to build under 1.10.0
2016-08-28 14:58:14 -04:00
Steven Walter
02962e7c70
rustc-serialize: upgrade to 0.3.19
...
Needed to build under 1.10.0
2016-08-28 14:58:14 -04:00
Steven Walter
18c946267e
libc-rs: upgrade to 0.2.5
2016-05-05 21:56:19 -04:00
Tyler Hall
34c36492db
Don't build any rlibs
...
I've seen this error from the compiler:
found possibly newer version of crate `regex_syntax` which
`env_logger` depends on
This is probably because the rlib hashes are not deterministic, but I
can't reproduce non-deterministic hashes locally.
There have been lots of other types of errors caused by mixing rlibs and
dylibs in the same dependency chain, so let's try using only dylibs
until that's stable.
2016-02-01 20:54:20 +00:00
Tyler Hall
84bacaaf21
time-rs: compile native helper C code
2016-02-01 20:54:20 +00:00
Tyler Hall
fc0e2f74b3
libc: use common build functions and create dylib
...
Working around "error: cannot satisfy dependencies so `libc` only shows
up once."
2016-02-01 20:53:51 +00:00
Tyler Hall
9fac435f1c
Add crypto crate
2016-02-01 20:53:51 +00:00
Tyler Hall
232d100c09
Add rand crate
2016-02-01 20:53:51 +00:00
Tyler Hall
b516012a46
Add unix-socket crate
2016-02-01 20:53:51 +00:00
Tyler Hall
fa0d333237
Add debug-builders crate
2016-02-01 20:53:51 +00:00
Tyler Hall
1c1819971e
Add rustc-serialize crate
2016-02-01 20:53:51 +00:00
Steven Walter
9c571225f2
libudev: add recipes for latest releases of libudev-{rs,sys}
2016-02-01 20:53:51 +00:00
Tyler Hall
d679297552
Add getopts crate
2015-07-23 08:48:05 -04:00
Tyler Hall
7b2e008f89
Add regex crate
2015-07-23 08:48:05 -04:00
Tyler Hall
e3d9812ca4
Add aho-corasick crate
2015-07-23 08:48:05 -04:00
Tyler Hall
fb840fda14
Add memchr crate
2015-07-23 08:48:05 -04:00
Tyler Hall
c890efd958
Add log crate
2015-07-23 08:48:05 -04:00
Tyler Hall
69aaffe503
Add time crate
2015-07-23 08:48:05 -04:00
Tyler Hall
f0326a8f55
Add dbus crate
2015-07-23 08:48:05 -04:00
Tyler Hall
572af7b451
Add libudev crates
2015-07-23 08:48:05 -04:00
Tyler Hall
05b8923770
Add liblibc crate
2015-07-23 08:48:05 -04:00