Skip to content

Commit

Permalink
Use platform-info released on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcterus committed Jul 27, 2018
1 parent 009048b commit d47ad31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libmesabox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ winapi = { version = "0.3.5", features = ["namedpipeapi"] }
nix = "0.10.0"

libc = { version = "0.2.40", optional = true }
platform-info = { git = "https://github.com/uutils/platform-info", optional = true }
platform-info = { version = "0.0.1", optional = true }
uucore = { git = "https://github.com/uutils/coreutils", features = ["encoding", "fs", "mode", "parse_time"], optional = true }
tar = { version = "0.4.15", optional = true }
globset = { version = "0.4.0", optional = true }
Expand All @@ -116,6 +116,6 @@ socket2 = { version = "0.3.5", optional = true }
walkdir = { version = "2.1.4", optional = true }
fnv = { version = "1.0.6", optional = true }
nom = { version = "4.0.0", features = ["verbose-errors"], optional = true }
#rustyline = { version = "1.0.0", optional = true }
# use the git version until an update is finally published to crates.io
rustyline = { git = "https://github.com/kkawakam/rustyline", optional = true }
log = { version = "0.4.3", optional = true }

0 comments on commit d47ad31

Please sign in to comment.