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.24 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Feb 9, 2022
1 parent d40b688 commit 1b329d6
Show file tree
Hide file tree
Showing 9 changed files with 17 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": "0f9d285c4ac725a5d51ad2d16a80e1c284103565631c2e49824e72aada3e3aab",
"checksum": "2142a3c64893453302e5b01c954023743bbf56c3d7e32ae556813130043d8ecd",
"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.23": {
"cargo-bazel 0.0.24": {
"name": "cargo-bazel",
"version": "0.0.23",
"version": "0.0.24",
"repository": null,
"targets": [
{
Expand Down Expand Up @@ -710,7 +710,7 @@
"selects": {}
},
"edition": "2018",
"version": "0.0.23"
"version": "0.0.24"
},
"license": null
},
Expand Down Expand Up @@ -8410,7 +8410,7 @@
"phf_generator 0.10.0"
],
"workspace_members": {
"cargo-bazel 0.0.23": "tools/cargo_bazel",
"cargo-bazel 0.0.24": "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": "b40e35bdc3d38845ab98bf01ed8e04855eab3f8f011bc2a5c01a429477b4ffb4",
"checksum": "24c640e596d0198b2a5f5285333f9692f6695ecac03a1c525a7ecd0c210c8a46",
"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": "857deffb0ece32f15f9edb264d4a98d0b66e2e2a874a6769de2ac695c4f31230",
"checksum": "41a7e52fefb4cd6f508c48d63773c52341246a6ee4150865797f4062f03ff530",
"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": "60ad0076bf09709a71fe686759bb94c0835842562ce16422982bf962e421463d",
"checksum": "e81834d1bc46326853feaa98861a3b98458b11cddf49a7392f4ab3c3af4cbb4d",
"crates": {
"adler32 1.2.0": {
"name": "adler32",
Expand Down
6 changes: 5 additions & 1 deletion examples/multi_package/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "b7f87bb30d55eb480d58ddb526500c078a75b5d4ea62026f4c8cf17961c2a3cc",
"checksum": "41359f41eaf87658326cca8ca9129e125307b55a05fe604d8dc65893727eddbb",
"crates": {
"aho-corasick 0.7.18": {
"name": "aho-corasick",
Expand Down Expand Up @@ -7367,6 +7367,10 @@
"id": "js-sys 0.3.56",
"target": "js_sys"
},
{
"id": "serde_json 1.0.78",
"target": "serde_json"
},
{
"id": "wasm-bindgen 0.2.79",
"target": "wasm_bindgen"
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": "dc0289a1492ebdf928e0e5a789feb47ea882b19709d08c96cbfbea68fa373532",
"checksum": "bbd084825fd7053c90c5fc1c43c888b0ce3dc276838818e098f1af24e5893d4a",
"crates": {
"ansi_term 0.12.1": {
"name": "ansi_term",
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.23"
version = "0.0.24"
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.23"
VERSION = "0.0.24"

0 comments on commit 1b329d6

Please sign in to comment.