Skip to content

Commit a3749d2

Browse files
authored
Publish package:native_toolchain_c as 0.6.0 (#1699)
1 parent a4d2345 commit a3749d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/native_toolchain_c/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

88
## 0.5.4

pkgs/native_toolchain_c/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: native_toolchain_c
22
description: >-
33
A library to invoke the native C compiler installed on the host machine.
4-
version: 0.5.5-wip
4+
version: 0.6.0
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
66

7-
publish_to: none
7+
#publish_to: none
88

99
topics:
1010
- compiler

0 commit comments

Comments
 (0)