vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Fix target label check in the cargo project generation #462

Closed dmikhalin closed 11 months ago

dmikhalin commented 11 months ago

What is the goal of this PR?

In Bazel 6.2.0 targets can start with "@//". In project_aspect.bzl we have a target name check that is now updated according to this change in bazel.

typedb-bot commented 11 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture