Skip to content

0.55.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 16:26
· 67 commits to main since this release
e80b0dc

0.55.1

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

Bzlmod

Not published.

WORKSPACE

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

Extensions

Bindgen

Bzlmod

Not published.

WORKSPACE

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

Prost

Bzlmod

Not published.

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_prost",
    integrity = "sha256-JcThy2iGBxUu7+hgr2JBW8E602URdDyNW8oJTEwJQr0=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_prost-0.55.1.tar.gz"],
)

Protobuf

Bzlmod

Not published.

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_protobuf",
    integrity = "sha256-/TuQsepwVp1dDDup1Ue67GLcUR763Bn7H5btvqR/Xbs=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_protobuf-0.55.1.tar.gz"],
)

Wasm-Bindgen

Bzlmod

Not published.

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_wasm_bindgen",
    integrity = "sha256-/U6uMLnN3G94qJuoni5OAyvoY3lGhGpDeZ/hMBvtyeY=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.55.1/rules_rust_wasm_bindgen-0.55.1.tar.gz"],
)

What's Changed

Full Changelog: 0.55.0...0.55.1