Skip to content

Commit

Permalink
[native_toolchain_c] Bump native_assets_cli to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcharkes committed Jan 11, 2024
1 parent 4939882 commit fabf400
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pkgs/native_toolchain_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

- Bump `package:native_assets_cli` to 0.4.0.

## 0.3.3

- Export `environmentFromBatchFile`.
Expand Down
6 changes: 3 additions & 3 deletions pkgs/native_toolchain_c/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.3
version: 0.3.4
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c

topics:
Expand All @@ -12,14 +12,14 @@ topics:
- native-toolchain

environment:
sdk: ">=3.1.0 <4.0.0"
sdk: '>=3.1.0 <4.0.0'

dependencies:
cli_config: ^0.1.1
glob: ^2.1.1
logging: ^1.1.1
meta: ^1.9.1
native_assets_cli: ^0.3.2
native_assets_cli: ^0.4.0
pub_semver: ^2.1.3

dev_dependencies:
Expand Down

0 comments on commit fabf400

Please sign in to comment.