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.25 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Feb 13, 2022
1 parent e734716 commit b5b0c6a
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": "57d3538cb3f27cea93658cd0724cbc62cb777108177c25827c7b5e54a1a52d2d",
"checksum": "8bdae2170454e34ed67034143c9b89c702f03ba7a3dcb643cdac8ca172f4da83",
"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.24": {
"cargo-bazel 0.0.25": {
"name": "cargo-bazel",
"version": "0.0.24",
"version": "0.0.25",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -710,7 +710,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.24"
"version": "0.0.25"
},
"license": null
},
Expand Down Expand Up @@ -8381,7 +8381,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.24": "",
"cargo-bazel 0.0.25": "",
"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.24"
version = "0.0.25"
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": "69c739ec77d8a75e1996a002b3b4de21b60143a46258038ae2cc30848f4d63d4",
"checksum": "c73654c8ebb553e27e142edbc69cdd5283040989b684cf4097f42f6de386459f",
"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": "ffb03072e18879fc48f8b0a0f2d140ca6886ca80c68b4e3de920429311a1955c",
"checksum": "0161a4589a0913d9633fecf92b4259841bdeac1b380f4ad8480586ac014bb536",
"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": "eff0f54db8a1e9a9553f07e09c936a864151b2cf6c43912921bd37491b4ce84e",
"checksum": "3ccdf707d79c594f82f624b8e1a36cac30fc63bcac924cbfd420dd952e19225c",
"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": "aad0641eeff08bfed9c2277ec0b40270dd84c0a19e55b51b93ce23669d8b553c",
"checksum": "37d1892f7ccbfc58c650f16ece89089c9a71d698f1eed6dd443cb138049c4ed1",
"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": "6463ae777de993dfd6d4966f9201032710b30be41ca0ec1e0cf42f8fb60f333f",
"checksum": "d31142eedc15e0836a23036618c558a5de99562c2b2c83cc6e828fa57e13df4e",
"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.24"
VERSION = "0.0.25"

0 comments on commit b5b0c6a

Please sign in to comment.