Skip to content

Commit 3b93e38

Browse files
committed
Revert "[rust] Force window-sys crate version in Windows"
This reverts commit a968a40.
1 parent a968a40 commit 3b93e38

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

rust/Cargo.Bazel.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "d3b4f76b61f6e1c21a4bd8b7905b2b82a1dee313ae0632e04a1c1a7a2e49d414",
2+
"checksum": "4ef6c22ec363acd77306d3758c75001ec6e6164f8f964457ff9af16470c5cf13",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -11951,14 +11951,7 @@
1195111951
"target": "zip"
1195211952
}
1195311953
],
11954-
"selects": {
11955-
"cfg(target_os = \"windows\")": [
11956-
{
11957-
"id": "windows-sys 0.59.0",
11958-
"target": "windows_sys"
11959-
}
11960-
]
11961-
}
11954+
"selects": {}
1196211955
},
1196311956
"deps_dev": {
1196411957
"common": [
@@ -19706,7 +19699,6 @@
1970619699
"toml 0.8.19",
1970719700
"walkdir 2.5.0",
1970819701
"which 6.0.2",
19709-
"windows-sys 0.59.0",
1971019702
"zip 2.1.6"
1971119703
],
1971219704
"direct_dev_deps": [

rust/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ anyhow = { version = "1.0.86", default-features = false, features = ["backtrace"
3636
apple-flat-package = "0.18.0"
3737
which = "6.0.2"
3838

39-
[target.'cfg(target_os = "windows")'.dependencies]
40-
windows-sys = "0.59.0"
41-
4239
[dev-dependencies]
4340
assert_cmd = "2.0.16"
4441
rstest = "0.19.0"

0 commit comments

Comments
 (0)