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.11 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Nov 9, 2021
1 parent b4288d3 commit e40677e
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": "8c8e63097611f7881836302e6e734404bf040a381946342557813ba5071f2533",
"checksum": "0fb306cb3089c3dbf06ddbd796f5db3cd31eee5379ba1c701f519e7548e7436b",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -578,9 +578,9 @@
"build_script_attrs": {},
"license": "MIT OR Apache-2.0"
},
"cargo-bazel 0.0.10": {
"cargo-bazel 0.0.11": {
"name": "cargo-bazel",
"version": "0.0.10",
"version": "0.0.11",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -697,7 +697,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.10"
"version": "0.0.11"
},
"license": null
},
Expand Down Expand Up @@ -7063,7 +7063,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.10": "tools/cargo_bazel",
"cargo-bazel 0.0.11": "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": "9e7bc6082063ca40e9750cdb61d3178ca227dd2a5490c86b00a0234ac5517a2a",
"checksum": "4a1bde5d0db6fa09b14f9208bdf805562e9fd2d339ca5978a02757a385c32a06",
"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": "dcdcc83b4f97cd28410ea5e573bb32a50584ca79ea27dc53c3d23f84a52c7722",
"checksum": "8cee02e8a34af8528364faf0e35246d6093b56a273880ff41e03be4921608326",
"crates": {
"ansi_term 0.11.0": {
"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": "c10398a0bfc790ca9670746f5f6167b8bc406eaab3d36feabd2b587b647e59c1",
"checksum": "085157030003e67c4befd76109d59c981694becc30cc6074241ce3932e979c9f",
"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": "4d37f62e73a5c0c98b206933e875f26659c86cd7139f4fab5291c6f1fb5d2256",
"checksum": "ae0ffa44dd0be1333c2087752f00318908154b05bd37c2ca2504a470919995e3",
"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": "b8a6329fa0c0b38c138cc1775b0f931e22a36c1efdf1bcfbbbedcc3ec8399d25",
"checksum": "f785a2cb0b32a54afc78c9beb5fc3f083860162568ef095deb318bf184aeab18",
"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.10"
version = "0.0.11"
authors = [
"UebelAndre - [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.10"
VERSION = "0.0.11"

0 comments on commit e40677e

Please sign in to comment.