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.16 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Dec 20, 2021
1 parent f610213 commit 68f8a55
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": "d8ddf44690a5fa352f751f0df6eb0f1e428e016050b6a7754f6e6e3ec3f03493",
"checksum": "c7ea2d8f3ef3c7ed09fe367343c7b479c76bb26d31a6b56d0406929efd8a9fbf",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -586,9 +586,9 @@
},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.15": {
"cargo-bazel 0.0.16": {
"name": "cargo-bazel",
"version": "0.0.15",
"version": "0.0.16",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -705,7 +705,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.15"
"version": "0.0.16"
},
"license": null
},
Expand Down Expand Up @@ -7144,7 +7144,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.15": "tools/cargo_bazel",
"cargo-bazel 0.0.16": "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": "06bacafb371d9e8540a9642c8387c6174d88ecec7b0b93059782e92da2ea8166",
"checksum": "7f0026396e4bf4a42c1bc6bbd5be907132028523320071e80dc4229d4eeadfb0",
"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": "4fef955d1d0f7dffdbc95a5c117297b657b0fafb7b28801e58a115cc98a2c4b9",
"checksum": "e4389f40a8cdce71134d5047b486141a2ded50be3a9b984f5da4bde1f83f1a47",
"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": "71189b0ad36e6d3350c2a0f44d77a4ff63b4f259f3954d19e8f21f2ac982ad02",
"checksum": "09c1066a6ba5a10b236b90351d9cd814b875d47a097d9436b418a4fc84fa5f55",
"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": "adfb241228476ee815b3337a5cdcf67eaefbb3fad3c1644ca98077149d357e1e",
"checksum": "d6101b989c25a07e4377482bd8cf8ab1d423694ef1a730f25f0e5bcd443243b9",
"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": "a1f08805ec200800ea033a3471242fa42cf972476c7941c5bdfeb47d0c53509b",
"checksum": "3251b261d62a64cafebf8aa0508431730b06db0371766cd392b20a77695adae6",
"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.15"
version = "0.0.16"
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.15"
VERSION = "0.0.16"

0 comments on commit 68f8a55

Please sign in to comment.