Skip to content

Commit d47ad31

Browse files
committed
Use platform-info released on crates.io
1 parent 009048b commit d47ad31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libmesabox/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ winapi = { version = "0.3.5", features = ["namedpipeapi"] }
101101
nix = "0.10.0"
102102

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

0 commit comments

Comments
 (0)