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.19

07 Jan 15:59
d1fe819
Compare
Choose a tag to compare

0.0.19

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "f266ce18a43fc455283480e148d36ce31d8e9f540d03eafc7ad30e93a9d6346a",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.19/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.18...0.0.19

v0.0.18

29 Dec 09:17
e5e5db1
Compare
Choose a tag to compare

0.0.18

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "9dcd4e3976f593c985d4e26a4fcb9484fbf21cbed424d6423dd8ad7d417d21d0",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.18/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.17...0.0.18

v0.0.17

21 Dec 17:41
7a382a0
Compare
Choose a tag to compare

0.0.17

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "25bf3b3fe57fc691ff29cd332e4b7f974630ee4d386da6960f06b1da8bfd463f",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.17/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 a CARGO_BAZEL_ISOLATED environment variable for local dev by @abrisco in #107
  • Release v0.0.17 by @abrisco in #108

Full Changelog: 0.0.16...0.0.17

v0.0.16

20 Dec 18:09
68f8a55
Compare
Choose a tag to compare

0.0.16

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "39f9ab278baa0c419dd4225cbd7cb228992b6b65c6ed3a1107285a02056a4668",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.16/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.15...0.0.16

v0.0.15

20 Dec 01:56
ee3d462
Compare
Choose a tag to compare

0.0.15

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "a1a8e05ac4080d09c99679f9f5034fe163cbc18de602835eb31ab7fcbe61232d",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.15/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 examples dependencies by @abrisco in #95
  • Initialize sub-modules for git repositories by @abrisco in #96
  • Updated reproducibility of Cargo config deserialization. by @abrisco in #98
  • Updated dependencies by @abrisco in #99
  • Bazel lockfiles now factor in dependency definitions by @abrisco in #97
  • Updated missing test by @abrisco in #101
  • Fix issues symlinking all bazel-* patterns by @abrisco in #102
  • All workspace members must now be explicitly declared by @abrisco in #103
  • Release v0.0.15 by @abrisco in #104

Full Changelog: 0.0.14...0.0.15

v0.0.14

11 Dec 02:56
529f3f5
Compare
Choose a tag to compare

0.0.14

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "8e2d203df2f7a2fcbafa3082ec686c34e8667485c630fd7ee9862a461f7d28ae",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.14/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

New Contributors

Full Changelog: 0.0.13...0.0.14

v0.0.13

25 Nov 19:28
0cebc36
Compare
Choose a tag to compare

0.0.13

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "de58549bd495a7720c7708da4f46606bd65f9c4c4537392f0d6c1f4b117b65e7",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.13/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 bug in detecting Cargo lockfiles by @abrisco in #78
  • Added additional unittests by @abrisco in #79
  • Repinning dependencies and minor cleanup by @abrisco in #81
  • Added support for aliased (or multiple) direct package specs by @abrisco in #80
  • Release v0.0.13 by @abrisco in #82

Full Changelog: 0.0.12...0.0.13

v0.0.12

19 Nov 23:51
7367d5c
Compare
Choose a tag to compare

0.0.12

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "c4ac085638a9d4271a37991ecfc88d9d710975ddc7004708c2ab9f71a9c15f89",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.12/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.11...0.0.12

v0.0.11

09 Nov 15:45
e40677e
Compare
Choose a tag to compare

0.0.11

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "1ed4a3089276decbbc87e27aff2bbeaa4345f9273d836ac8f3c20d812edd8d01",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.11/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.10

09 Nov 05:00
67dd321
Compare
Choose a tag to compare

0.0.10

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "67000f484570c05640abb0d8d2bf0c6b2c16e1d91497b308e6f5bbafbdc5a53c",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.10/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.9...0.0.10