Closed devoncarew closed 10 years ago
The pubspec pegs args at:
args
args: '>=0.11.0 <0.12.0'
Version 0.12.0 is now available. When you rev to the new version, consider keeping the lower version constraint:
0.12.0
args: '>=0.11.0 <0.13.0'
This will make it easier for clients that have multiple transitive dependencies on args, some which they don't directly control. Cheers!
The pubspec pegs
args
at:Version
0.12.0
is now available. When you rev to the new version, consider keeping the lower version constraint:This will make it easier for clients that have multiple transitive dependencies on args, some which they don't directly control. Cheers!