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.29 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Mar 1, 2022
1 parent f5a20f5 commit f11a471
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": "e73b619e7578cb410e3ca50bc96c703ca3638fc01d5ae1a8eb14f1b01998ec38",
"checksum": "a2e8c7c9e08c1ff81ec9b1665c2944ed5da8e0eaf04e9f4d846a9317d2ac332f",
"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.28": {
"cargo-bazel 0.0.29": {
"name": "cargo-bazel",
"version": "0.0.28",
"version": "0.0.29",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -714,7 +714,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.28"
"version": "0.0.29"
},
"license": null
},
Expand Down Expand Up @@ -8338,7 +8338,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.28": "",
"cargo-bazel 0.0.29": "",
"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.28"
version = "0.0.29"
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": "1e781aeb3bb3ed716032160e6d688c1e2e625c55ad54ecdd0442529001ea6944",
"checksum": "7a27e3f8680f34bd453f9bfeb9d907c3a32d57e5cade260cae6d891be7c37578",
"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": "0116dced5bffc719d9e8c3a9fc34b13d9f97c61125722f5bcb4079df12465f56",
"checksum": "d5f011c09b21008115868e08db7fe229abef0f15e55705c31390ed0d2278f440",
"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": "88ae84c97c2e8c452718adf7be45f107fb90b070277b9941d1bce8add0d0434b",
"checksum": "c1728613500c4a6ab8f2941a375a95d69500a53286be63cb81486dbf375389ec",
"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": "b52e3679173a427dfe2c470a2bb505ac4a4221bcfa5f05e5e6f8978e9464f7f7",
"checksum": "1fcd083c492c70e48adf6ba906522c3f94aaf7aec78fd492e8a06c104486b853",
"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": "eb93bfc0ce7afb0e64ccaf292f8d1ead6e58f965f1be3cfd62193cc494d25781",
"checksum": "0cc4049aabfc7a21c1df10aade14b8cbc190862bbde271769fc4ec29d8d75459",
"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.28"
VERSION = "0.0.29"

0 comments on commit f11a471

Please sign in to comment.