Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Release v0.0.21 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Jan 18, 2022
1 parent 56ccadd commit a0e8266
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "69576f4578154ca337e60a956d618ce51a7bd3b7ae923c1aa61eef6f19daee0e",
"checksum": "c9c3ab0622971bdb53aa9745e253ccefdc2e74469d2383e853e3af6f4dd6448e",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -545,9 +545,9 @@
},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.20": {
"cargo-bazel 0.0.21": {
"name": "cargo-bazel",
"version": "0.0.20",
"version": "0.0.21",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -664,7 +664,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.20"
"version": "0.0.21"
},
"license": null
},
Expand Down Expand Up @@ -7239,7 +7239,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.20": "tools/cargo_bazel",
"cargo-bazel 0.0.21": "tools/cargo_bazel",
"cross_installer 0.1.0": "tools/cross_installer",
"direct-cargo-bazel-deps 0.0.1": "",
"examples-runner 0.0.1": "tools/examples_runner",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cargo_aliases/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "6d022d79e502ffc6453779651f059ce4d21a2b0949e243f1f3da0af319954099",
"checksum": "9689d75fd3d4b5678930f5c5629d8a7bec65fdfd6c2834623b7b803b8d7edd65",
"crates": {
"aho-corasick 0.7.18": {
"name": "aho-corasick",
Expand Down
2 changes: 1 addition & 1 deletion examples/cargo_workspace/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "05117ddd288f7d5e7a858dbdb01e00e1d63dadd6d3b31a67bb1d70a61a976bff",
"checksum": "a8e77ac3beed7869ea639b302f465038345defa3745335d0bb8a9ead4839b4d4",
"crates": {
"ansi_term 0.12.1": {
"name": "ansi_term",
Expand Down
2 changes: 1 addition & 1 deletion examples/extra_workspace_members/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "78a8a64a8617fbcaabef88fd68f449ef0c8ecb3217ff95354b1d3b1381a209d2",
"checksum": "25bbfd2e3280bd79da728bf036cc498fb58467aec6ebc016324418c3fe623142",
"crates": {
"adler32 1.2.0": {
"name": "adler32",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_package/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "8fe6b165aed23072dd4f39923da2e628bbbeec2a6e15ad246a3d4952e6c70f44",
"checksum": "e215340e03e201fd775fe35644478b044f10d379e00036ee6dd10ec5956629de",
"crates": {
"aho-corasick 0.7.18": {
"name": "aho-corasick",
Expand Down
2 changes: 1 addition & 1 deletion examples/no_cargo_manifests/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "f9779d676d7793794919bddf01fa3a4fe03e2d50ae6da6141ba7e6eb9d7fa2e2",
"checksum": "e41f22b625d32916bc98520318f79dd8cc3bfffb668d2633d5bbc57668642342",
"crates": {
"aho-corasick 0.7.18": {
"name": "aho-corasick",
Expand Down
2 changes: 1 addition & 1 deletion tools/cargo_bazel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-bazel"
version = "0.0.20"
version = "0.0.21"
authors = [
"Andre Brisco - [email protected]",
]
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" Version info for the `cargo-bazel` repository """

VERSION = "0.0.20"
VERSION = "0.0.21"

0 comments on commit a0e8266

Please sign in to comment.