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.26 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Feb 16, 2022
1 parent 0fe651b commit 4c80ae3
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 31 deletions.
50 changes: 27 additions & 23 deletions Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "fb7567ce76a2fb9e6f75797150ab89f395bcbeeb983a7b46f0f8425c1df5e1b8",
"checksum": "2dc7cfecdfad88fc837cc2fb2e4a861360af669c27d70c5bcead7cf7889a2a7f",
"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.25": {
"cargo-bazel 0.0.26": {
"name": "cargo-bazel",
"version": "0.0.25",
"version": "0.0.26",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -634,7 +634,7 @@
"target": "cargo_platform"
},
{
"id": "cargo_metadata 0.14.1",
"id": "cargo_metadata 0.14.2",
"target": "cargo_metadata"
},
{
Expand Down Expand Up @@ -710,7 +710,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.25"
"version": "0.0.26"
},
"license": null
},
Expand Down Expand Up @@ -822,13 +822,13 @@
},
"license": "MIT OR Apache-2.0"
},
"cargo_metadata 0.14.1": {
"cargo_metadata 0.14.2": {
"name": "cargo_metadata",
"version": "0.14.1",
"version": "0.14.2",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/cargo_metadata/0.14.1/download",
"sha256": "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"
"url": "https://crates.io/api/v1/crates/cargo_metadata/0.14.2/download",
"sha256": "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
}
},
"targets": [
Expand Down Expand Up @@ -879,7 +879,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.14.1"
"version": "0.14.2"
},
"license": "MIT"
},
Expand Down Expand Up @@ -1733,13 +1733,13 @@
},
"license": "MIT OR Apache-2.0"
},
"crypto-common 0.1.2": {
"crypto-common 0.1.3": {
"name": "crypto-common",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/crypto-common/0.1.2/download",
"sha256": "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
"url": "https://crates.io/api/v1/crates/crypto-common/0.1.3/download",
"sha256": "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
}
},
"targets": [
Expand Down Expand Up @@ -1769,12 +1769,16 @@
{
"id": "generic-array 0.14.5",
"target": "generic_array"
},
{
"id": "typenum 1.15.0",
"target": "typenum"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.1.2"
"version": "0.1.3"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -1811,13 +1815,13 @@
},
"license": "BSD-3-Clause"
},
"digest 0.10.2": {
"digest 0.10.3": {
"name": "digest",
"version": "0.10.2",
"version": "0.10.3",
"repository": {
"Http": {
"url": "https://crates.io/api/v1/crates/digest/0.10.2/download",
"sha256": "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
"url": "https://crates.io/api/v1/crates/digest/0.10.3/download",
"sha256": "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
}
},
"targets": [
Expand Down Expand Up @@ -1853,14 +1857,14 @@
"target": "block_buffer"
},
{
"id": "crypto-common 0.1.2",
"id": "crypto-common 0.1.3",
"target": "crypto_common"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.10.2"
"version": "0.10.3"
},
"license": "MIT OR Apache-2.0"
},
Expand Down Expand Up @@ -6222,7 +6226,7 @@
"target": "cfg_if"
},
{
"id": "digest 0.10.2",
"id": "digest 0.10.3",
"target": "digest"
}
],
Expand Down Expand Up @@ -8330,7 +8334,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.25": "",
"cargo-bazel 0.0.26": "",
"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.25"
version = "0.0.26"
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": "ea16de631a5df7ed3eaa0f71de82def0f7c4658014898b30b3f6b50cb46cc2cd",
"checksum": "ae5dc6817820464c4f2336fd2dc634f20e9adbf46e2522e082cdf5ce63a13800",
"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": "cd26bb7b8173b444a646fe3538eeaca80cdbc5f7c6a58d212ad2135552363141",
"checksum": "015aa4b598d5032ccbd23f04fb71684547e572eb15aada3aff6fd4ea3690424c",
"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": "fa10f483ca1d64a766f64a56645db5eb217cc393fae6f58700ccde7ab03eb251",
"checksum": "2d91fb191915aeceb3d11fccf2420c46537513ff4333349180142da67e40dedd",
"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": "df316946c653f381dc06353fc014610b4cb95b61187936d862c5d34091cb2dc8",
"checksum": "f85c1efa2e9fbe8b7ea0381f5364a85e03f6c0980421590b1bc901c93992c694",
"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": "52117566115107064387f2308baf02a987022da14d0479d98893d1e2d5dc83f9",
"checksum": "52d758e15eeb9b811b40d36dff92f299a696417c1ac4aa1b75e0a49e6e5fab79",
"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.25"
VERSION = "0.0.26"

0 comments on commit 4c80ae3

Please sign in to comment.