Skip to content

Commit

Permalink
imp: updates libc and term_size deps for the libc version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 30, 2017
1 parent c0bccaa commit 6802ac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ unicode-width = "0.1.4"
unicode-segmentation = "1.0.1"
strsim = { version = "0.6.0", optional = true }
ansi_term = { version = "0.9.0", optional = true }
term_size = { version = "0.2.1", optional = true }
libc = { version = "0.2.18", optional = true }
term_size = { version = "0.2.2", optional = true }
libc = { version = "0.2.20", optional = true }
yaml-rust = { version = "0.3.5", optional = true }
clippy = { version = "~0.0.104", optional = true }
clippy = { version = "~0.0.112", optional = true }

[dev-dependencies]
regex = "~0.1.80"
Expand Down

0 comments on commit 6802ac4

Please sign in to comment.