We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dcf9c commit 9577051Copy full SHA for 9577051
Cargo.lock
@@ -3332,13 +3332,14 @@ dependencies = [
3332
3333
[[package]]
3334
name = "rustc-build-sysroot"
3335
-version = "0.4.4"
+version = "0.4.5"
3336
source = "registry+https://github.com/rust-lang/crates.io-index"
3337
-checksum = "39dcf8d82b1f79a179bdb284dc44db440a9666eefa5a6df5ef282d6db930d544"
+checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
3338
dependencies = [
3339
"anyhow",
3340
"rustc_version",
3341
"tempfile",
3342
+ "walkdir",
3343
]
3344
3345
0 commit comments