Skip to content

Commit 297dd18

Browse files
authored
Updated crate_universe to version 0.1.0. (#1197)
* Updated `crate_universe` to version `0.1.0`. * Updated crate_universe lockfiles
1 parent 0d9c7d5 commit 297dd18

File tree

92 files changed

+714
-492
lines changed

Some content is hidden

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

92 files changed

+714
-492
lines changed

crate_universe/Cargo.Bazel.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "9912808587d93f9d6c6780b3119b4fa7e76c26792bf1dda169b05606fe55307d",
2+
"checksum": "829a1b671e08680ebbb53ce30c169c10f591cfb529db2af448554f1fcec8b588",
33
"crates": {
44
"aho-corasick 0.7.18": {
55
"name": "aho-corasick",
@@ -551,9 +551,9 @@
551551
},
552552
"license": "MIT OR Apache-2.0"
553553
},
554-
"cargo-bazel 0.0.28": {
554+
"cargo-bazel 0.1.0": {
555555
"name": "cargo-bazel",
556-
"version": "0.0.28",
556+
"version": "0.1.0",
557557
"repository": null,
558558
"targets": [
559559
{
@@ -681,7 +681,7 @@
681681
"selects": {}
682682
},
683683
"edition": "2018",
684-
"version": "0.0.28"
684+
"version": "0.1.0"
685685
},
686686
"license": null
687687
},
@@ -7879,7 +7879,7 @@
78797879
"phf_generator 0.10.0"
78807880
],
78817881
"workspace_members": {
7882-
"cargo-bazel 0.0.28": "crate_universe",
7882+
"cargo-bazel 0.1.0": "crate_universe",
78837883
"cross_installer 0.1.0": "crate_universe/tools/cross_installer",
78847884
"urls_generator 0.1.0": "crate_universe/tools/urls_generator"
78857885
},

crate_universe/Cargo.lock

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

crate_universe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "cargo-bazel"
9-
version = "0.0.28"
9+
version = "0.1.0"
1010
authors = [
1111
"Andre Brisco - [email protected]",
1212
]

crate_universe/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version info for the `cargo-bazel` repository """
22

3-
VERSION = "0.0.28"
3+
VERSION = "0.1.0"

examples/crate_universe/cargo_aliases/Cargo.Bazel.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "ba701df4681897610cd747b83f18fcb46468e975284b0ed0b596bcfaefe2a881",
2+
"checksum": "ef827312d3dc8b853103d81365ab32f534b9635a9ce9cf304759c002c4b9209d",
33
"crates": {
44
"aho-corasick 0.7.18": {
55
"name": "aho-corasick",
@@ -150,7 +150,7 @@
150150
],
151151
"cfg(unix)": [
152152
{
153-
"id": "libc 0.2.119",
153+
"id": "libc 0.2.120",
154154
"target": "libc"
155155
}
156156
],
@@ -410,7 +410,7 @@
410410
"target": "quote"
411411
},
412412
{
413-
"id": "syn 1.0.86",
413+
"id": "syn 1.0.87",
414414
"target": "syn"
415415
}
416416
],
@@ -456,7 +456,7 @@
456456
"target": "quote"
457457
},
458458
{
459-
"id": "syn 1.0.86",
459+
"id": "syn 1.0.87",
460460
"target": "syn"
461461
}
462462
],
@@ -517,7 +517,7 @@
517517
"target": "log"
518518
},
519519
{
520-
"id": "regex 1.5.4",
520+
"id": "regex 1.5.5",
521521
"target": "regex"
522522
},
523523
{
@@ -579,7 +579,7 @@
579579
],
580580
"cfg(unix)": [
581581
{
582-
"id": "libc 0.2.119",
582+
"id": "libc 0.2.120",
583583
"target": "libc"
584584
}
585585
]
@@ -696,7 +696,7 @@
696696
"deps": {
697697
"common": [
698698
{
699-
"id": "libc 0.2.119",
699+
"id": "libc 0.2.120",
700700
"target": "libc"
701701
}
702702
],
@@ -848,13 +848,13 @@
848848
},
849849
"license": "MIT/Apache-2.0"
850850
},
851-
"libc 0.2.119": {
851+
"libc 0.2.120": {
852852
"name": "libc",
853-
"version": "0.2.119",
853+
"version": "0.2.120",
854854
"repository": {
855855
"Http": {
856-
"url": "https://crates.io/api/v1/crates/libc/0.2.119/download",
857-
"sha256": "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
856+
"url": "https://crates.io/api/v1/crates/libc/0.2.120/download",
857+
"sha256": "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
858858
}
859859
},
860860
"targets": [
@@ -891,14 +891,14 @@
891891
"deps": {
892892
"common": [
893893
{
894-
"id": "libc 0.2.119",
894+
"id": "libc 0.2.120",
895895
"target": "build_script_build"
896896
}
897897
],
898898
"selects": {}
899899
},
900900
"edition": "2015",
901-
"version": "0.2.119"
901+
"version": "0.2.120"
902902
},
903903
"build_script_attrs": {
904904
"data_glob": [
@@ -1397,7 +1397,7 @@
13971397
"target": "quote"
13981398
},
13991399
{
1400-
"id": "syn 1.0.86",
1400+
"id": "syn 1.0.87",
14011401
"target": "syn"
14021402
}
14031403
],
@@ -1671,7 +1671,7 @@
16711671
"selects": {
16721672
"cfg(unix)": [
16731673
{
1674-
"id": "libc 0.2.119",
1674+
"id": "libc 0.2.120",
16751675
"target": "libc"
16761676
}
16771677
]
@@ -1778,13 +1778,13 @@
17781778
},
17791779
"license": "MIT OR Apache-2.0"
17801780
},
1781-
"regex 1.5.4": {
1781+
"regex 1.5.5": {
17821782
"name": "regex",
1783-
"version": "1.5.4",
1783+
"version": "1.5.5",
17841784
"repository": {
17851785
"Http": {
1786-
"url": "https://crates.io/api/v1/crates/regex/1.5.4/download",
1787-
"sha256": "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
1786+
"url": "https://crates.io/api/v1/crates/regex/1.5.5/download",
1787+
"sha256": "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
17881788
}
17891789
},
17901790
"targets": [
@@ -1834,7 +1834,7 @@
18341834
"selects": {}
18351835
},
18361836
"edition": "2018",
1837-
"version": "1.5.4"
1837+
"version": "1.5.5"
18381838
},
18391839
"license": "MIT OR Apache-2.0"
18401840
},
@@ -1904,13 +1904,13 @@
19041904
},
19051905
"license": "MIT"
19061906
},
1907-
"syn 1.0.86": {
1907+
"syn 1.0.87": {
19081908
"name": "syn",
1909-
"version": "1.0.86",
1909+
"version": "1.0.87",
19101910
"repository": {
19111911
"Http": {
1912-
"url": "https://crates.io/api/v1/crates/syn/1.0.86/download",
1913-
"sha256": "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
1912+
"url": "https://crates.io/api/v1/crates/syn/1.0.87/download",
1913+
"sha256": "1e59d925cf59d8151f25a3bedf97c9c157597c9df7324d32d68991cc399ed08b"
19141914
}
19151915
},
19161916
"targets": [
@@ -1965,7 +1965,7 @@
19651965
"target": "quote"
19661966
},
19671967
{
1968-
"id": "syn 1.0.86",
1968+
"id": "syn 1.0.87",
19691969
"target": "build_script_build"
19701970
},
19711971
{
@@ -1976,7 +1976,7 @@
19761976
"selects": {}
19771977
},
19781978
"edition": "2018",
1979-
"version": "1.0.86"
1979+
"version": "1.0.87"
19801980
},
19811981
"build_script_attrs": {
19821982
"data_glob": [

examples/crate_universe/cargo_workspace/Cargo.Bazel.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "0116dced5bffc719d9e8c3a9fc34b13d9f97c61125722f5bcb4079df12465f56",
2+
"checksum": "19de3c063492d2c19858f606defde13feda1682fb84231a931e4c7958bb6bcd0",
33
"crates": {
44
"ansi_term 0.12.1": {
55
"name": "ansi_term",
@@ -84,7 +84,7 @@
8484
],
8585
"cfg(unix)": [
8686
{
87-
"id": "libc 0.2.119",
87+
"id": "libc 0.2.120",
8888
"target": "libc"
8989
}
9090
],
@@ -389,7 +389,7 @@
389389
],
390390
"cfg(unix)": [
391391
{
392-
"id": "libc 0.2.119",
392+
"id": "libc 0.2.120",
393393
"target": "libc"
394394
}
395395
]
@@ -439,7 +439,7 @@
439439
"deps": {
440440
"common": [
441441
{
442-
"id": "libc 0.2.119",
442+
"id": "libc 0.2.120",
443443
"target": "libc"
444444
}
445445
],
@@ -450,13 +450,13 @@
450450
},
451451
"license": "MIT/Apache-2.0"
452452
},
453-
"libc 0.2.119": {
453+
"libc 0.2.120": {
454454
"name": "libc",
455-
"version": "0.2.119",
455+
"version": "0.2.120",
456456
"repository": {
457457
"Http": {
458-
"url": "https://crates.io/api/v1/crates/libc/0.2.119/download",
459-
"sha256": "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
458+
"url": "https://crates.io/api/v1/crates/libc/0.2.120/download",
459+
"sha256": "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
460460
}
461461
},
462462
"targets": [
@@ -493,14 +493,14 @@
493493
"deps": {
494494
"common": [
495495
{
496-
"id": "libc 0.2.119",
496+
"id": "libc 0.2.120",
497497
"target": "build_script_build"
498498
}
499499
],
500500
"selects": {}
501501
},
502502
"edition": "2015",
503-
"version": "0.2.119"
503+
"version": "0.2.120"
504504
},
505505
"build_script_attrs": {
506506
"data_glob": [
@@ -683,7 +683,7 @@
683683
],
684684
"cfg(unix)": [
685685
{
686-
"id": "libc 0.2.119",
686+
"id": "libc 0.2.120",
687687
"target": "libc"
688688
}
689689
]

0 commit comments

Comments
 (0)