mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Bump pub
in this revision: ``` > git log --format="%C(auto) %h %s" f0c7771b38155d3829a60d60b5dba2784b100811..master 5b4df5a6 Update README.md (#2688) d9b314bf Don't show 'precompiling' from `global run` unless in terminal (#2687) 49201120 Top level command (#2622) 196e4c9e Re-enable --mark=null-safety (#2685) ``` Change-Id: I3ddefa2e3bb549eef17c9e1f2aa5dc1820a72427 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168541 Reviewed-by: Jonas Jensen <jonasfj@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
parent
f371096b58
commit
3a4c1905d8
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ Updated the Linter to `0.1.121`, which includes:
|
|||
|
||||
* New commands `pub add` and `pub remove` that adds and remove new dependencies
|
||||
to your `pubspec.yaml`.
|
||||
* New option `pub outdated mode=null-safety` that will analyze your dependencies
|
||||
for null-safety.
|
||||
* `pub publish` will check your pubspec keys for likely typos.
|
||||
* `pub get` will print a warning if the resolution is mixed mode.
|
||||
|
||||
|
|
2
DEPS
2
DEPS
|
@ -128,7 +128,7 @@ vars = {
|
|||
"ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93",
|
||||
"pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599",
|
||||
"protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760",
|
||||
"pub_rev": "f0c7771b38155d3829a60d60b5dba2784b100811",
|
||||
"pub_rev": "5b4df5a6f931c63622ac349602d6ef0367e8070f",
|
||||
"pub_semver_tag": "v1.4.4",
|
||||
"quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784",
|
||||
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
|
||||
|
|
Loading…
Reference in a new issue