Skip to content

Commit

Permalink
Update rustfix in compiletest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 14, 2020
1 parent 6da85d6 commit 55cb505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ dependencies = [
"log",
"miow 0.3.3",
"regex",
"rustfix 0.4.6",
"rustfix 0.5.0",
"serde",
"serde_json",
"walkdir",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/compiletest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rustfix = "0.4.1"
rustfix = "0.5.0"
lazy_static = "1.0"
walkdir = "2"

Expand Down

0 comments on commit 55cb505

Please sign in to comment.