Skip to content

Commit b98349f

Browse files
authored
Use the required version of package:win32 (#244)
1 parent f896197 commit b98349f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/io_file/mobile_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev_dependencies:
2929
logging: ^1.3.0
3030
native_toolchain_c: ^0.16.0
3131
path: ^1.9.1
32-
win32: ^5.11.0
32+
win32: ^5.13.0
3333
errno: ^1.4.1
3434
stdlibc:
3535
git:

pkgs/io_file/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
meta: ^1.16.0
1616
native_toolchain_c: ^0.16.0
1717
path: ^1.9.1
18-
win32: ^5.11.0
18+
win32: ^5.13.0
1919

2020
dev_dependencies:
2121
args: ^2.7.0

0 commit comments

Comments
 (0)