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.6 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Oct 20, 2021
1 parent 8a93088 commit 0ecc4ae
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": "67a80645cd9130e28e1f0bc5e8ea120b9d98a2d8460315ca95f86ae8710d17e7",
"checksum": "5d46bad081d15e6a50a340ea19f6cceeacf63367459352930789b29bdce73db4",
"crates": {
"aho-corasick 0.7.18": {
"name": "aho-corasick",
Expand Down Expand Up @@ -548,9 +548,9 @@
"build_script_attrs": {},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.5": {
"cargo-bazel 0.0.6": {
"name": "cargo-bazel",
"version": "0.0.5",
"version": "0.0.6",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -667,7 +667,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.5"
"version": "0.0.6"
},
"license": null
},
Expand Down Expand Up @@ -6642,7 +6642,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.5": "tools/cargo_bazel",
"cargo-bazel 0.0.6": "tools/cargo_bazel",
"cross_installer 0.1.0": "tools/cross_installer",
"direct-cargo-bazel-deps 0.0.1": "",
"urls_generator 0.1.0": "tools/urls_generator"
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": "a25a680e3358d4790ba1174ea26c3425bbd86da6f724eb53a699a59fa3f323ea",
"checksum": "ab2294d8c5450eb17b35833f0dac2f865b26b5cd2bce72348804884940dc1252",
"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": "80b7f3243a37b5de46ead02f109e9b29cd723baff3a5cdfa4e44360f73626298",
"checksum": "dfc0051d948e3ad63d3311ecd8b6f9749d9bc177b4058f25581d8453853e5533",
"crates": {
"ansi_term 0.11.0": {
"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": "ec95a0f82d8e97d851304554da77213294d7d7bb312a308e86ff977c8a2dbec0",
"checksum": "b07029a59db0c6af10da8a83c8c42e6d81ad43c3f0f09d0273ccc0d6f4c63464",
"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": "9b886d9cb476522c3079b9d429107eb9a26978b55a1ddcd072b238b44d1cd0c1",
"checksum": "ec1ada7188fb5d5609826840de906db6472e7fac2931b0503a64aee54ffa744a",
"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": "02976a181433ee5e863fb1d883df06d8cdd0bb74be501774774870d792741526",
"checksum": "272f1c53b597018184684e4345c18daff5e25adc68569fb4ada83227666d6ffb",
"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.5"
version = "0.0.6"
authors = [
"UebelAndre - [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.5"
VERSION = "0.0.6"

0 comments on commit 0ecc4ae

Please sign in to comment.