Skip to content

Commit dfd5857

Browse files
authored
[infra] Fix code_assets and native_toolchain_c versions (#2474)
* Fix code assets version * Fix native_toolchain_c
1 parent 09e4bdb commit dfd5857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/code_assets/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
This library contains the hook protocol specification for bundling native code
44
with Dart packages.
55
6-
version: 0.19.4
6+
version: 0.19.5
77

88
repository: https://github.com/dart-lang/native/tree/main/pkgs/code_assets
99

pkgs/native_toolchain_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.18.0
4+
version: 0.17.1
55
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
66

77
topics:

0 commit comments

Comments
 (0)