Skip to content

Commit

Permalink
makes libc an external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Apr 7, 2015
1 parent 92c37bd commit 77a3323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ homepage = "https://github.com/dcuddeback/serial-rs"
repository = "https://github.com/dcuddeback/serial-rs.git"

[dependencies]
termios = "0.0.4"
termios = "0.0.5"
libc = "0.1.5"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(std_misc,libc)]
#![feature(std_misc)]

use std::io;

Expand Down

0 comments on commit 77a3323

Please sign in to comment.