Skip to content

Commit 8a7b20b

Browse files
committed
Switch to crates.io versions of the internal libs.
1 parent 7a28901 commit 8a7b20b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ description = """
1212
Random number generators and other randomness functionality.
1313
"""
1414

15+
[dependencies]
16+
log = "0.2.1"
17+
libc = "0.1.1"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
#![feature(int_uint)]
221221
#![feature(core, os, libc, path, io)]
222222

223-
#![cfg_attr(test, feature(rustc_private, test, std_misc))]
223+
#![cfg_attr(test, feature(test, std_misc))]
224224

225225
extern crate core;
226226
#[cfg(test)] #[macro_use] extern crate log;

0 commit comments

Comments
 (0)