Skip to content

Commit

Permalink
crate_universe Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 5, 2024
1 parent 4415d98 commit 257946d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crate_universe/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 crate_universe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exclude = [

[package]
name = "cargo-bazel"
version = "0.15.0"
version = "0.16.0"
authors = ["Andre Brisco - [email protected]"]
categories = ["development-tools"]
description = "A collection of tools which use Cargo to generate build targets for Bazel"
Expand Down
2 changes: 1 addition & 1 deletion crate_universe/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.15.0"
VERSION = "0.16.0"

0 comments on commit 257946d

Please sign in to comment.