We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d2345 commit a3749d2Copy full SHA for a3749d2
pkgs/native_toolchain_c/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
- Address analyzer info diagnostic about multi-line if requiring a block body.
4
- Bump `package:native_assets_cli` to `0.9.0`. This makes
5
- `package:native_toolchain_c` now take `BuildOutputBuilder` &
+ `package:native_toolchain_c` now take `BuildOutputBuilder` and
6
`LinkOutputBuilder` objects.
7
8
## 0.5.4
pkgs/native_toolchain_c/pubspec.yaml
@@ -1,10 +1,10 @@
1
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
9
topics:
10
- compiler
0 commit comments