Skip to content

Commit

Permalink
use rustc_tools_util dependency from crates.io instead of this repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Oct 1, 2022
1 parent 8030ee9 commit ce609c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "src/driver.rs"
[dependencies]
clippy_lints = { path = "clippy_lints" }
semver = "1.0"
rustc_tools_util = { path = "rustc_tools_util" }
rustc_tools_util = "0.2.1"
tempfile = { version = "3.2", optional = true }
termize = "0.1"

Expand Down Expand Up @@ -56,7 +56,7 @@ tokio = { version = "1", features = ["io-util"] }
rustc-semver = "1.1"

[build-dependencies]
rustc_tools_util = { version = "0.2.1", path = "rustc_tools_util" }
rustc_tools_util = "0.2.1"

[features]
deny-warnings = ["clippy_lints/deny-warnings"]
Expand Down

0 comments on commit ce609c6

Please sign in to comment.