Skip to content

Commit a0669c0

Browse files
authored
Merge pull request #122 from dbebawy/feat/win32-6-support
feat: bump win32 to 6.x and widen package_info_plus to 10.x
2 parents 176ffa6 + a183149 commit a0669c0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

wakelock_plus/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ dependencies:
1818
wakelock_plus_platform_interface: ^1.4.0
1919

2020
# Windows dependencies
21-
# win32 is compatible across v5 for Win32 only (not COM)
22-
win32: ">=5.6.1 <6.0.0"
21+
win32: ">=6.0.0 <7.0.0"
2322

2423
# Linux dependencies
2524
dbus: ^0.7.12
26-
package_info_plus: ^9.0.0
25+
package_info_plus: ">=9.0.0 <11.0.0"
2726

2827
# Web dependencies
2928
web: ">=0.5.1 <2.0.0"

0 commit comments

Comments
 (0)