Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Releases: abrisco/cargo-bazel

v0.0.9

03 Nov 13:12
1aac8a0
Compare
Choose a tag to compare

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

Full Changelog: 0.0.8...0.0.9

v0.0.8

26 Oct 18:15
Compare
Choose a tag to compare

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

Full Changelog: 0.0.7...0.0.8

v0.0.7

21 Oct 21:18
01f5fa3
Compare
Choose a tag to compare

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

21 Oct 00:09
0ecc4ae
Compare
Choose a tag to compare

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

20 Oct 19:23
107be16
Compare
Choose a tag to compare

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

Full Changelog: 0.0.4...0.0.5

v0.0.4

20 Oct 17:40
77f9365
Compare
Choose a tag to compare

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

Full Changelog: 0.0.3...0.0.4

v0.0.3

14 Oct 17:22
ba0622a
Compare
Choose a tag to compare

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

Full Changelog: 0.0.2...0.0.3

v0.0.2

11 Oct 15:16
b6be9fe
Compare
Choose a tag to compare

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

11 Oct 02:07
Compare
Choose a tag to compare

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