| commit | 5853fc9dc38146312792cbbdcd3804c9ac6dbae5 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Wed Jul 24 11:47:58 2024 +0000 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Aug 13 12:44:23 2024 +0000 |
| tree | 935eeee56ef8b48a574af78835dbbbd34f74ff45 | |
| parent | 82e6af71ad2b7927de8d754799271ee9f39506f9 [diff] [blame] |
WORKSPACE: bump rules_rust to 0.48.0 Change-Id: Ib2921a50e9c3273512444825054e386e57bd9ae7 Reviewed-on: https://review.monogon.dev/c/monogon/+/3304 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
diff --git a/MODULE.bazel b/MODULE.bazel index 450ffa4..b7ceed1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -47,7 +47,7 @@ "//third_party:rust-prost-nostd.patch", "//third_party:rust-reproducibility.patch", ], - version = "0.47.1", + version = "0.48.0", ) bazel_dep(name = "zlib")