Skip to content

Commit 53d4173

Browse files
committed
Bug 1917407 - Prevent running mach vendor rust with cargo < 1.81. r=firefox-build-system-reviewers,ahochheiden
And refresh the vendored crates with cargo 1.81. Differential Revision: https://phabricator.services.mozilla.com/D221555 UltraBlame original commit: c85d718c19422a7b32286ad68e7ddbf2f2d2b018
1 parent 65dde33 commit 53d4173

File tree

117 files changed

+61
-1034
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+61
-1034
lines changed

python/mozbuild/mozbuild/vendor/vendor_rust.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
Cargo
997997
1
998998
.
999-
80
999+
81
10001000
.
10011001
0
10021002
changed
@@ -1048,7 +1048,7 @@
10481048
"
10491049
1
10501050
.
1051-
80
1051+
81
10521052
.
10531053
0
10541054
"
@@ -1063,7 +1063,7 @@
10631063
"
10641064
1
10651065
.
1066-
80
1066+
81
10671067
.
10681068
0
10691069
"

third_party/rust/aa-stroke/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ toml
2525
"
2626
:
2727
"
28-
8462d3a039a219717eca97fd03a9a57d77ffd182837d32c2aec126588b6ab281
28+
48fd41b14ccc389b1db8bcce61da90243395785b325758de92a535fa2c4b8f99
2929
"
3030
"
3131
README

third_party/rust/aa-stroke/Cargo.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,6 @@ the
9494
original
9595
contents
9696
.
97-
bin
98-
=
99-
[
100-
]
101-
test
102-
=
103-
[
104-
]
105-
bench
106-
=
107-
[
108-
]
10997
[
11098
package
11199
]

third_party/rust/any_all_workaround/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toml
1111
"
1212
:
1313
"
14-
16fde74bf294988b3d600c49f8c3897347d121127676169442b4bf2bc3656778
14+
bc8fe9d65e6c3df4a9d9c8303dd3257394641238579b9b1df5301c454a2a18b0
1515
"
1616
"
1717
LICENSE

third_party/rust/any_all_workaround/Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,6 @@ the
9494
original
9595
contents
9696
.
97-
bin
98-
=
99-
[
100-
]
101-
example
102-
=
103-
[
104-
]
105-
test
106-
=
107-
[
108-
]
109-
bench
110-
=
111-
[
112-
]
11397
[
11498
package
11599
]

third_party/rust/audioipc2-client/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toml
1111
"
1212
:
1313
"
14-
66d5b42512734c7c6d1605b21c9b94e6d12153e036d2632456cb7c2d1b8a22f2
14+
b2dde7f4662903f5241a7b7d9f5ce93f155d5fe3537a7e7b8970b8e665cc168f
1515
"
1616
"
1717
cbindgen

third_party/rust/audioipc2-client/Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,6 @@ the
9494
original
9595
contents
9696
.
97-
bin
98-
=
99-
[
100-
]
101-
example
102-
=
103-
[
104-
]
105-
test
106-
=
107-
[
108-
]
109-
bench
110-
=
111-
[
112-
]
11397
[
11498
package
11599
]

third_party/rust/audioipc2-server/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toml
1111
"
1212
:
1313
"
14-
0ac0c33adf09f9b4d00a98a8d5599f04266cb865718b2e0303dfab6bf96a994e
14+
203dc7da22f8e87b143568a046d97b1fe2d5d9b4d18bf67b0c7169ee1a4b4a84
1515
"
1616
"
1717
cbindgen

third_party/rust/audioipc2-server/Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,22 +94,6 @@ the
9494
original
9595
contents
9696
.
97-
bin
98-
=
99-
[
100-
]
101-
example
102-
=
103-
[
104-
]
105-
test
106-
=
107-
[
108-
]
109-
bench
110-
=
111-
[
112-
]
11397
[
11498
package
11599
]

third_party/rust/audioipc2/.cargo-checksum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toml
1111
"
1212
:
1313
"
14-
d5d18641a0ab07f86f7c07e6918b8f2a6b70b99267b753d1f8109ff9be4a8c4b
14+
f69f5351e526f67f5b3134b4f33cb9e34dbb00bd852f9d314f154bf465d8e4e4
1515
"
1616
"
1717
benches

0 commit comments

Comments
 (0)