File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.4
2
+
3
+ - Bump ` package:native_assets_cli ` to 0.4.0.
4
+
1
5
## 0.3.3
2
6
3
7
- Export ` environmentFromBatchFile ` .
Original file line number Diff line number Diff line change 1
1
name : native_toolchain_c
2
2
description : >-
3
3
A library to invoke the native C compiler installed on the host machine.
4
- version : 0.3.3
4
+ version : 0.3.4
5
5
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
6
6
7
7
topics :
@@ -12,14 +12,14 @@ topics:
12
12
- native-toolchain
13
13
14
14
environment :
15
- sdk : " >=3.1.0 <4.0.0"
15
+ sdk : ' >=3.1.0 <4.0.0'
16
16
17
17
dependencies :
18
18
cli_config : ^0.1.1
19
19
glob : ^2.1.1
20
20
logging : ^1.1.1
21
21
meta : ^1.9.1
22
- native_assets_cli : ^0.3.2
22
+ native_assets_cli : ^0.4.0
23
23
pub_semver : ^2.1.3
24
24
25
25
dev_dependencies :
You can’t perform that action at this time.
0 commit comments