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.7 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Oct 21, 2021
1 parent 1f53cc3 commit 01f5fa3
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": "5d46bad081d15e6a50a340ea19f6cceeacf63367459352930789b29bdce73db4",
"checksum": "306b3d859b4cc3db998dd35998720a3c51b84621305ada52c01bfe80c908b40a",
"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.6": {
"cargo-bazel 0.0.7": {
"name": "cargo-bazel",
"version": "0.0.6",
"version": "0.0.7",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -667,7 +667,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.6"
"version": "0.0.7"
},
"license": null
},
Expand Down Expand Up @@ -6642,7 +6642,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.6": "tools/cargo_bazel",
"cargo-bazel 0.0.7": "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": "ab2294d8c5450eb17b35833f0dac2f865b26b5cd2bce72348804884940dc1252",
"checksum": "ae28964c851cec5bd9994a2a85d00ac17ec4bc1872bf76b95b34611789e3a768",
"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": "dfc0051d948e3ad63d3311ecd8b6f9749d9bc177b4058f25581d8453853e5533",
"checksum": "db191362805d8e6d11534153b983b3649cfbf8e58aef89661c8733cca3519835",
"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": "b07029a59db0c6af10da8a83c8c42e6d81ad43c3f0f09d0273ccc0d6f4c63464",
"checksum": "768f888556bd92e3761a0fc02b17b922d3b3e072805d63a8aa8ee29f0d97a299",
"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": "ec1ada7188fb5d5609826840de906db6472e7fac2931b0503a64aee54ffa744a",
"checksum": "549d49deb2f3195a5e2fa0fcd9f0b99a608ce7c8d03216f39c9c3851f0397b64",
"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": "272f1c53b597018184684e4345c18daff5e25adc68569fb4ada83227666d6ffb",
"checksum": "db4356ef87cbff90f475e337da99da2efa9b2f13dfe32860473fcbb1074f6e25",
"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.6"
version = "0.0.7"
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.6"
VERSION = "0.0.7"

0 comments on commit 01f5fa3

Please sign in to comment.