diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index 9927f9c17..9ec73f16f 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.4+1 + +- Stop depending on private `package:native_assets_cli` `CCompilerConfig` fields. + ## 0.3.4 - Bump `package:native_assets_cli` to 0.4.0. diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index ca2f7ba92..dffc1ca96 100644 --- a/pkgs/native_toolchain_c/pubspec.yaml +++ b/pkgs/native_toolchain_c/pubspec.yaml @@ -1,7 +1,7 @@ name: native_toolchain_c description: >- A library to invoke the native C compiler installed on the host machine. -version: 0.3.4 +version: 0.3.4+1 repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c topics: