Skip to content

Commit a1d2bb6

Browse files
authored
[native_toolchain_c] Bump native_assets_cli to 0.4.0 (#887)
1 parent 4939882 commit a1d2bb6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pkgs/native_toolchain_c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.4
2+
3+
- Bump `package:native_assets_cli` to 0.4.0.
4+
15
## 0.3.3
26

37
- Export `environmentFromBatchFile`.

pkgs/native_toolchain_c/pubspec.yaml

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

77
topics:
@@ -12,14 +12,14 @@ topics:
1212
- native-toolchain
1313

1414
environment:
15-
sdk: ">=3.1.0 <4.0.0"
15+
sdk: '>=3.1.0 <4.0.0'
1616

1717
dependencies:
1818
cli_config: ^0.1.1
1919
glob: ^2.1.1
2020
logging: ^1.1.1
2121
meta: ^1.9.1
22-
native_assets_cli: ^0.3.2
22+
native_assets_cli: ^0.4.0
2323
pub_semver: ^2.1.3
2424

2525
dev_dependencies:

0 commit comments

Comments
 (0)