Chromium Code Reviews
DescriptionPub needs an SDK constraint because we use ^ version constraints
---
Missing requirements:
* Older versions of pub don't support ^ version constraints.
Make sure your SDK constraint excludes those old versions:
environment:
sdk: ">=1.8.0 <2.0.0"
Or use a fully-expanded constraint:
dependencies:
cassowary: ">=0.1.6 <0.2.0"
...
Sorry, your package is missing a requirement and can't be published yet.
Committed: https://chromium.googlesource.com/external/mojo/+/977f4a080d0d8208872049f7e995e9a220ce22a3
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
|||||||||||||||||||