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.28 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Feb 27, 2022
1 parent d9baa8b commit 6fc11a7
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": "f6e2e2a02ab6ca937deb6dceaec144c957a28e0092e4bcf898339f45b1c1205f",
"checksum": "b0ee2334664153cd370e616a7370ae1a1b8d4add6cbc44d505e17a3598f172b3",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -584,9 +584,9 @@
},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.27": {
"cargo-bazel 0.0.28": {
"name": "cargo-bazel",
"version": "0.0.27",
"version": "0.0.28",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -710,7 +710,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.27"
"version": "0.0.28"
},
"license": null
},
Expand Down Expand Up @@ -8334,7 +8334,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.27": "",
"cargo-bazel 0.0.28": "",
"cross_installer 0.1.0": "tools/cross_installer",
"examples-runner 0.0.1": "tools/examples_runner",
"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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "cargo-bazel"
version = "0.0.27"
version = "0.0.28"
authors = [
"Andre Brisco - [email protected]",
]
Expand Down
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": "1085e1456db0ff82d8efb2a055d2fbb7e43c8de52b4906fc320d1b5d368509de",
"checksum": "537093748c79e672e8f8bcfc62e025a45f727c90b585d0b72f9c181bf9831f6d",
"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": "922f6c41c79ec36d08ae0b73618ea66557cf5ab62006cf4a6c9d300f3fbb78a3",
"checksum": "66c1f7ee24af927f771bde585522dc116b9ad43cd6db5355da4a662b12ec7834",
"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": "e064bad3194752afb5f280d3aee993ebe415db81d515758f775daf22e597a456",
"checksum": "2ce185ce9b35f2aacdf547324b47cb834c6e789156adcaa7ce94765dc1ace50b",
"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": "0f1d028ef9f2386fcdabc54b2170bab796afc3ba7f1f97313eda42d946e0835f",
"checksum": "581db25f1480672ecd90cda8b77be0f1c895aae73dc6b87a0802dfb8b4a3388c",
"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": "04808c3f1df477c49d4c6bd5cb9ba4e677f0fdbc5b32a1b70bc61e3e8deceeea",
"checksum": "59d195de7dd01ff3435fa0187b07b15e80387ff125fc294a426770d538a5dad9",
"crates": {
"ansi_term 0.12.1": {
"name": "ansi_term",
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.27"
VERSION = "0.0.28"

0 comments on commit 6fc11a7

Please sign in to comment.