aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/hello_world/third-party/crates/defs.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzlmod/hello_world/third-party/crates/defs.bzl')
-rw-r--r--examples/bzlmod/hello_world/third-party/crates/defs.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bzlmod/hello_world/third-party/crates/defs.bzl b/examples/bzlmod/hello_world/third-party/crates/defs.bzl
index 901c605d..6fd9db19 100644
--- a/examples/bzlmod/hello_world/third-party/crates/defs.bzl
+++ b/examples/bzlmod/hello_world/third-party/crates/defs.bzl
@@ -295,7 +295,7 @@ def aliases(
_NORMAL_DEPENDENCIES = {
"third-party": {
_COMMON_CONDITION: {
- "anyhow": "@vendor__anyhow-1.0.77//:anyhow",
+ "anyhow": Label("@vendor__anyhow-1.0.77//:anyhow"),
},
},
}