We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5277a1f commit a49ed38Copy full SHA for a49ed38
Cargo.toml
@@ -43,7 +43,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
43
# end automatic update
44
regex = "1"
45
semver = "0.9"
46
-rustc_tools_util = { version = "0.1.0", path = "rustc_tools_util"}
+rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
47
48
[dev-dependencies]
49
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
@@ -61,7 +61,7 @@ derive-new = "0.5"
61
rustc-workspace-hack = "1.0.0"
62
63
[build-dependencies]
64
65
66
[features]
67
debugging = []
0 commit comments