Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Releases: wayveai/rules_rust

0.29.1

22 Oct 09:42
cd3e53e
Compare
Choose a tag to compare

0.29.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "ab147edb4c28a6799d958c2596dfa6bcadd9f5d7102da5372dba97b75a42c732",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.29.1/rules_rust-v0.29.1.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Full Changelog: 0.26.1...0.29.1

0.26.1

02 Sep 21:18
1320071
Compare
Choose a tag to compare

0.26.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "93165a0eb29648fe41099e4ff284ac71b69050e2a55c80a8a57aefce88ce0823",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.26.1/rules_rust-v0.26.1.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Full Changelog: 0.13.1...0.26.1

0.13.1

21 Nov 12:36
ddf2a4c
Compare
Choose a tag to compare

0.13.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "38fb1d77cd106b4fa2d2e22b50c00f0a35054645ea6964b8f1ceb916bd30cf4f",
    urls = ["https://github.com/wayveai/rules_rust/releases/download/0.13.1/rules_rust-v0.13.1.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Full Changelog: 0.11.1...0.13.1

0.11.1

01 Nov 19:19
478fc3a
Compare
Choose a tag to compare

0.11.1

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    sha256 = "9b1311671b82ad6e53041adfdcf433ce98bd34a4c2bb9e87747c8537acd594dd",
    urls = [
        "https://github.com/wayveai/rules_rust/releases/download/0.11.1/rules_rust-v0.11.1.tar.gz",
    ],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Full Changelog: https://github.com/wayveai/rules_rust/commits/0.11.1