Skip to content

Commit d698db7

Browse files
chore: add buf to mise tools (#422)
* chore: add buf to mise tools https://claude.ai/code/session_01MaZ2n8VZhx4FzJ7y76oSbc * chore: update lockfiles for buf and pub resolution mise.lock pins buf 1.70.0 with platform checksums; pubspec.lock's resolved Dart SDK constraint was rewritten by pub get under the current toolchain. https://claude.ai/code/session_01MaZ2n8VZhx4FzJ7y76oSbc --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6d6c33a commit d698db7

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

mise.lock

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

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ experimental = true
1616
_.path = ["./bin"]
1717

1818
[tools]
19+
buf = "latest"
1920
flutter = "3.44.0"
2021
node = "22" # For http_server and Playwright e2e tests
2122
shellcheck = "0.9.0"

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,5 +1157,5 @@ packages:
11571157
source: hosted
11581158
version: "3.1.3"
11591159
sdks:
1160-
dart: ">=3.10.0 <4.0.0"
1160+
dart: ">=3.11.0 <4.0.0"
11611161
flutter: ">=3.38.1"

0 commit comments

Comments
 (0)