runfiles 0.4.10
runfiles: ^0.4.10 copied to clipboard
Bazel runfiles library for Dart. Locates data files at runtime.
Changelog #
0.4.10 #
Add to your MODULE.bazel file:
bazel_dep(name = "rules_dart", version = "0.4.10")
What's Changed #
- fix(ext): _ShimAnalyzerResolver.libraries should yield cross-package by @pcj in https://github.com/aran/rules_dart/pull/2
New Contributors #
- @pcj made their first contribution in https://github.com/aran/rules_dart/pull/2
Full Changelog: https://github.com/aran/rules_dart/compare/v0.4.9...v0.4.10