Compare commits
1 Commits
docs/match
...
v0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49a5054b02 |
@@ -1,6 +1,6 @@
|
||||
module(
|
||||
name = "rules_bun",
|
||||
version = "0.2.0",
|
||||
version = "0.2.1",
|
||||
)
|
||||
|
||||
# Core ruleset dependencies.
|
||||
|
||||
@@ -54,7 +54,7 @@ Release announcements should provide a copy-pasteable module snippet in the
|
||||
standard ruleset form:
|
||||
|
||||
```starlark
|
||||
bazel_dep(name = "rules_bun", version = "0.2.0")
|
||||
bazel_dep(name = "rules_bun", version = "0.2.1")
|
||||
```
|
||||
|
||||
Then add the Bun repositories and register the toolchains in `MODULE.bazel`:
|
||||
|
||||
Reference in New Issue
Block a user