From 86741b3e1cf381ab325ee40f761f6da4fd920fc2 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sun, 19 May 2024 15:33:50 +0200 Subject: [PATCH] Bazel support: Add missing platform dependency (#3965) --- support/bazel/MODULE.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/bazel/MODULE.bazel b/support/bazel/MODULE.bazel index b01550f8..6023f362 100644 --- a/support/bazel/MODULE.bazel +++ b/support/bazel/MODULE.bazel @@ -2,3 +2,5 @@ module( name = "fmt", compatibility_level = 10, ) + +bazel_dep(name = "platforms", version = "0.0.10")