Skip to content

Commit e13fd3b

Browse files
authored
Release rules_rust and cargo-bazel (#1882)
1 parent 9e9853d commit e13fd3b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

crate_universe/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crate_universe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "cargo-bazel"
9-
version = "0.6.0"
9+
version = "0.8.0"
1010
authors = [
1111
"Andre Brisco - [email protected]",
1212
]

crate_universe/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" Version info for the `cargo-bazel` repository """
22

3-
VERSION = "0.7.0"
3+
VERSION = "0.8.0"

examples/crate_universe/cargo_aliases/cargo-bazel-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/crate_universe/cargo_workspace/cargo-bazel-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/crate_universe/multi_package/cargo-bazel-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/crate_universe/no_cargo_manifests/cargo-bazel-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The version of rules_rust."""
22

3-
VERSION = "0.18.0"
3+
VERSION = "0.19.0"

0 commit comments

Comments
 (0)