Skip to content

Commit

Permalink
Publish package:native_toolchain_c as 0.6.0 (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkustermann authored Nov 5, 2024
1 parent a4d2345 commit a3749d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/native_toolchain_c/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Address analyzer info diagnostic about multi-line if requiring a block body.
- Bump `package:native_assets_cli` to `0.9.0`. This makes
`package:native_toolchain_c` now take `BuildOutputBuilder` &
`package:native_toolchain_c` now take `BuildOutputBuilder` and
`LinkOutputBuilder` objects.

## 0.5.4
Expand Down
4 changes: 2 additions & 2 deletions pkgs/native_toolchain_c/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: native_toolchain_c
description: >-
A library to invoke the native C compiler installed on the host machine.
version: 0.5.5-wip
version: 0.6.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c

publish_to: none
#publish_to: none

topics:
- compiler
Expand Down

0 comments on commit a3749d2

Please sign in to comment.