From a5d88093017f5cecf30978a823fe6a8a2ebb8ca5 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Mon, 18 Sep 2023 13:40:37 +0200 Subject: [PATCH] [native_toolchain_c] Bump version (#140) --- pkgs/native_toolchain_c/CHANGELOG.md | 2 +- pkgs/native_toolchain_c/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/native_toolchain_c/CHANGELOG.md b/pkgs/native_toolchain_c/CHANGELOG.md index 9eda8f075..fffd1bfd2 100644 --- a/pkgs/native_toolchain_c/CHANGELOG.md +++ b/pkgs/native_toolchain_c/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.2.4+1 +## 0.2.5 - Explicitly tell linker to create position dependent or position independent executable ([#113](https://github.com/dart-lang/native/issues/133)). diff --git a/pkgs/native_toolchain_c/pubspec.yaml b/pkgs/native_toolchain_c/pubspec.yaml index 44f71e9d7..b11fddf04 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.2.4+1 +version: 0.2.5 repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c topics: