From a3749d2686531ad98f9f631e7a0927338ac77626 Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Tue, 5 Nov 2024 12:37:42 +0100 Subject: [PATCH] Publish package:native_toolchain_c as 0.6.0 (#1699) --- pkgs/native_toolchain_c/CHANGELOG.md | 2 +- pkgs/native_toolchain_c/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index 703100a8e..ae8c74346 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -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 diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index 1b092dd17..790b4ac8f 100644 --- a/pkgs/native_toolchain_c/pubspec.yaml +++ b/pkgs/native_toolchain_c/pubspec.yaml @@ -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