Releases: abrisco/cargo-bazel
v0.0.9
0.0.9
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "d6e1b69b7de9be8ba33e254d0a383e92432325825d2a45a78a3e761a87276be8",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.9/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Updated
rules_rust
and Rust version by @abrisco in #46 - Build
libgit2
withrules_cc
by @abrisco in #28 - Deleted
opt
module by @abrisco in #47 - Moved
render_utils
intorendering
by @abrisco in #48 - Updated dependencies by @abrisco in #50
- Updated
tera
dependency to account for yanked versions by @abrisco in #51 - Update GitHub Actions cache directories by @abrisco in #52
- Added additional unittests by @abrisco in #53
- Release
v0.0.9
by @abrisco in #54
Full Changelog: 0.0.8...0.0.9
v0.0.8
0.0.8
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "3b6851f0eedb78aa8f690ea2af8befddb3da4a8ef3bf6af5507c75533d47535f",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.8/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Added support for isolated
CARGO_HOME
paths by @abrisco in #41 - Enable
x86_64-pc-windows-msvc
support by @abrisco in #5 - Release
v0.0.8
by @abrisco in #45
Full Changelog: 0.0.7...0.0.8
v0.0.7
0.0.7
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "2fb5bf5ebf986d9868e8fc6e9f835183e73cd5f89c341694945f970c371e0efa",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.7/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
v0.0.6
0.0.6
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "60e3619bef0330047204de7b1d9e614f0b58f0cf50074650a09c31a95460ee62",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.6/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Filter any existing Cargo config files for consistent rendering by @abrisco in #32
- Release
v0.0.6
by @abrisco in #33
Full Changelog: 0.0.5...0.0.6
v0.0.5
0.0.5
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "fc903fa46ef442efde3def23a6d645d7e161303e2481e9fcb0a3757e4b3f74ce",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.5/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Fixed missing 3rdparty directory in distro package by @abrisco in #30
- Release
v0.0.5
by @abrisco in #31
Full Changelog: 0.0.4...0.0.5
v0.0.4
0.0.4
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "026d3f6e113abad7120f76e940d050fcd15df4269c9191984bffe79792bfa482",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.4/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Metadata is now generated in the
splice
subcommand. by @abrisco in #21 - Idiomatic
gen_build_script
detection by @abrisco in #22 - Restructured
splicing
module. by @abrisco in #23 - CI should show error logs by @abrisco in #25
crate.extras.version
does not need to be specified. by @abrisco in #26- Update
tera
to v1.13.0 by @abrisco in #27 - Use local crates index to get registry URLs by @abrisco in #24
- Release
v0.0.4
by @abrisco in #29
Full Changelog: 0.0.3...0.0.4
v0.0.3
0.0.3
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "fb5e81e91199b4fc739de49f20109d0511d68ca7e7d8eb140fe8e495096154fa",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.3/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Deleting
crate_dep
as the generated aliases are more accurate. by @abrisco in #6 - Replaced
rustc-serialize
with more modernhex
crate. by @abrisco in #9 - Added build to mark GitHub CI as successful by @abrisco in #10
- Revert "Added single concluding CI step (#10)" by @abrisco in #11
- Fixed inconsistent library names by @abrisco in #13
- Fix CI cache name by @abrisco in #14
- Slight cleanup and updated docs by @abrisco in #15
- Updated lockfile by @abrisco in #16
- Add docs builds to pull-requests by @abrisco in #18
- Restructured
opt
module. by @abrisco in #17 - Have docs use it's own cache. by @abrisco in #19
- Release
v0.0.3
by @abrisco in #20
Full Changelog: 0.0.2...0.0.3
v0.0.2
0.0.2
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "d8ba6843c9125feb1910b1f469e10b6e9944e342559d4387c3f6b1cdd5bc9d14",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.2/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
What's Changed
- Made binary aliases more unique as a crate can have multiple
[[bin]]
by @abrisco in #1 - Workspace member aliases now include their version when dupes are found by @abrisco in #2
- Updated rules_rust by @abrisco in #4
- Release
v0.0.2
by @abrisco in #3
New Contributors
Full Changelog: 0.0.1...0.0.2
v0.0.1
0.0.1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "f9c03c051b411116f682aedfc592d1ff0d1572a910fc9d19dcb2b4440aacd497",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.1/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup
Full Changelog: https://github.com/abrisco/cargo-bazel/commits/0.0.1