Skip to content

Commit e85f72b

Browse files
authored
Merge pull request #188 from taiki-e/rustc_version
Update rustc_version to 0.4
2 parents b3ab173 + 82f65b8 commit e85f72b

File tree

2 files changed

+6
-33
lines changed

2 files changed

+6
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ edition = "2018"
1212

1313
[build-dependencies]
1414
xdg = "2.1"
15-
rustc_version = "0.3"
15+
rustc_version = "0.4"
1616

1717
[dependencies]
1818
cc = "1.0"
1919
clap = "2.33"
2020
libc = "0.2.66"
21-
rustc_version = "0.3"
21+
rustc_version = "0.4"
2222
xdg = "2.1"
2323
lazy_static = { version = "1.4.0", optional = true }
2424

0 commit comments

Comments
 (0)