Skip to content

Commit

Permalink
bazel: update rules_rust (envoyproxy#29068)
Browse files Browse the repository at this point in the history
Fixes: envoyproxy#28940

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith authored Aug 18, 2023
1 parent b59cf81 commit 93c9224
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1384,12 +1384,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Bazel rust rules",
project_desc = "Bazel rust rules (used by Wasm)",
project_url = "https://github.com/bazelbuild/rules_rust",
version = "0.26.0",
sha256 = "9d04e658878d23f4b00163a72da3db03ddb451273eb347df7d7c50838d698f49",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/{version}/rules_rust-v{version}.tar.gz"],
version = "262b6a5ea17ec91b3c07e37e82af0eb15dd6ceef",
strip_prefix = "rules_rust-{version}",
sha256 = "e968b3d01c305282bd237bcdafe5e5141192e93eaefb22712e8bc4299e672b16",
urls = ["https://github.com/bazelbuild/rules_rust/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.wasmtime"],
release_date = "2023-07-28",
release_date = "2023-08-11",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/bazelbuild/rules_rust/blob/{version}/LICENSE.txt",
Expand Down

0 comments on commit 93c9224

Please sign in to comment.