Skip to content

Commit 5431270

Browse files
committed
chore: use base buf tool instead of duplicating in dev env
#422 added buf to the base mise.toml tools (pinned 1.70.0 in mise.lock), so drop the redundant buf declaration from the dev env after rebasing on main. The proto:* tasks remain in the dev env and use the base buf binary.
1 parent bf64d23 commit 5431270

2 files changed

Lines changed: 2 additions & 34 deletions

File tree

mise.dev.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.dev.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
[tools]
1818
watchexec = "2.5.1"
19-
buf = "1.70.0" # Protobuf toolchain for the /v1 API contract + OpenAPI generation
2019

2120
# --- Protobuf / OpenAPI (API contract is proto-first; see proto/README.md) ---
22-
# Requires network access to buf.build (BSR deps + remote OpenAPI plugin).
21+
# buf is provided by the base mise.toml tools. The proto tasks require network
22+
# access to buf.build (BSR deps + remote OpenAPI plugin).
2323

2424
[tasks."proto:lint"]
2525
description = "Lint the protobuf API contract"

0 commit comments

Comments
 (0)