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.19 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Jan 7, 2022
1 parent 4377d1b commit d1fe819
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": "d5d72f834e0ee907a08985e68f3eb7080d4801aad82e83a32829a6cedb62dc4a",
"checksum": "76ee05b10be23e53c23300fc9a69c026b291eca34c4c4ae90a4fa5378ecb2d48",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -545,9 +545,9 @@
},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.18": {
"cargo-bazel 0.0.19": {
"name": "cargo-bazel",
"version": "0.0.18",
"version": "0.0.19",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -664,7 +664,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.18"
"version": "0.0.19"
},
"license": null
},
Expand Down Expand Up @@ -7156,7 +7156,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.18": "tools/cargo_bazel",
"cargo-bazel 0.0.19": "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": "5b9af02fdb08a69d66c15477bfc8bfe81d2715f90c87ab0d96d60db33082b074",
"checksum": "401fee1e8a6af40a71bb89f99f33cebeffc5cdb1639133c8d2c100b321fa6701",
"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": "f2ae1978ccd9f7aa18691d13bd43852f6355688071de11a78691b9a479503cd3",
"checksum": "bc4e34d35879aecbc379b3306569d31059aa09997b06ca6c3e71a6a880efcdc6",
"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": "f2705ca4f9ed0bf6eeec2e8dc3c61ecb20bf5db14c78fe3aa9db33839d92dd9d",
"checksum": "be4f15fc5dd909b062bfc4c1b04bd3758d74e1febc6621b2ba2a2455e3fe159e",
"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": "085856548bace66c455c23da3e3b815ea08f119f30b1c63e538ae161fc4424c9",
"checksum": "b4cf2a22882c77c4f51419ee6a473addc2aa240da76088cb200c17a0a755e3c2",
"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": "9a0f467257d09169543e1f9b8aca7ff022d783acc29928e379ffce57950ce8b1",
"checksum": "6a2c79dcf613b232d92671c4ee655fa38f03189320dd9c4e233a069896254eff",
"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.18"
version = "0.0.19"
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.18"
VERSION = "0.0.19"

0 comments on commit d1fe819

Please sign in to comment.