Skip to content

Commit 5fb419e

Browse files
committed
Update cargo bazel lockfile.
1 parent b550efd commit 5fb419e

File tree

1 file changed

+56
-35
lines changed

1 file changed

+56
-35
lines changed

examples/toolchains/rust/cargo-bazel-lock.json

Lines changed: 56 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "59ace66e05f26b5ab71bdc99a930d8b1bafdb232f70f60ad13c15599bc4a49a4",
2+
"checksum": "7b9ecdeb4604da8a08e5bb7a2db2abcb1193b450993102bce9e408287cbb0a89",
33
"crates": {
44
"autocfg 1.1.0": {
55
"name": "autocfg",
@@ -56,9 +56,12 @@
5656
"compile_data_glob": [
5757
"**"
5858
],
59-
"crate_features": [
60-
"default"
61-
],
59+
"crate_features": {
60+
"common": [
61+
"default"
62+
],
63+
"selects": {}
64+
},
6265
"edition": "2018",
6366
"version": "1.3.2"
6467
},
@@ -261,10 +264,13 @@
261264
"compile_data_glob": [
262265
"**"
263266
],
264-
"crate_features": [
265-
"default",
266-
"std"
267-
],
267+
"crate_features": {
268+
"common": [
269+
"default",
270+
"std"
271+
],
272+
"selects": {}
273+
},
268274
"deps": {
269275
"common": [
270276
{
@@ -309,12 +315,15 @@
309315
"compile_data_glob": [
310316
"**"
311317
],
312-
"crate_features": [
313-
"alloc",
314-
"default",
315-
"race",
316-
"std"
317-
],
318+
"crate_features": {
319+
"common": [
320+
"alloc",
321+
"default",
322+
"race",
323+
"std"
324+
],
325+
"selects": {}
326+
},
318327
"edition": "2021",
319328
"version": "1.17.0"
320329
},
@@ -354,9 +363,12 @@
354363
"compile_data_glob": [
355364
"**"
356365
],
357-
"crate_features": [
358-
"default"
359-
],
366+
"crate_features": {
367+
"common": [
368+
"default"
369+
],
370+
"selects": {}
371+
},
360372
"deps": {
361373
"common": [
362374
{
@@ -637,10 +649,13 @@
637649
"compile_data_glob": [
638650
"**"
639651
],
640-
"crate_features": [
641-
"default",
642-
"proc-macro"
643-
],
652+
"crate_features": {
653+
"common": [
654+
"default",
655+
"proc-macro"
656+
],
657+
"selects": {}
658+
},
644659
"deps": {
645660
"common": [
646661
{
@@ -698,10 +713,13 @@
698713
"compile_data_glob": [
699714
"**"
700715
],
701-
"crate_features": [
702-
"default",
703-
"proc-macro"
704-
],
716+
"crate_features": {
717+
"common": [
718+
"default",
719+
"proc-macro"
720+
],
721+
"selects": {}
722+
},
705723
"deps": {
706724
"common": [
707725
{
@@ -759,16 +777,19 @@
759777
"compile_data_glob": [
760778
"**"
761779
],
762-
"crate_features": [
763-
"clone-impls",
764-
"default",
765-
"derive",
766-
"full",
767-
"parsing",
768-
"printing",
769-
"proc-macro",
770-
"quote"
771-
],
780+
"crate_features": {
781+
"common": [
782+
"clone-impls",
783+
"default",
784+
"derive",
785+
"full",
786+
"parsing",
787+
"printing",
788+
"proc-macro",
789+
"quote"
790+
],
791+
"selects": {}
792+
},
772793
"deps": {
773794
"common": [
774795
{

0 commit comments

Comments
 (0)