Skip to content

Commit

Permalink
update fixnum to nnbd version
Browse files Browse the repository at this point in the history
Bug:#42274
Change-Id: I18df7926fc8b767ab6ff6d3505f160147217a00f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152605
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
  • Loading branch information
jakemac53 authored and commit-bot@chromium.org committed Jun 26, 2020
1 parent baa5717 commit 04dd5ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"constraint, update this by running tools/generate_package_config.dart."
],
"configVersion": 2,
"generated": "2020-06-23T13:49:13.378284",
"generated": "2020-06-25T14:50:17.022226",
"generator": "tools/generate_package_config.dart",
"packages": [
{
Expand Down Expand Up @@ -225,7 +225,7 @@
"name": "fixnum",
"rootUri": "../third_party/pkg/fixnum",
"packageUri": "lib/",
"languageVersion": "2.1"
"languageVersion": "2.9"
},
{
"name": "front_end",
Expand Down Expand Up @@ -707,4 +707,4 @@
"languageVersion": "2.4"
}
]
}
}
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vars = {

"dartdoc_tag" : "v0.32.1",
"ffi_rev": "454ab0f9ea6bd06942a983238d8a6818b1357edb",
"fixnum_rev": "13da5123989a5d91cb59e76793c3923dd8d06e90",
"fixnum_rev": "9b38f49f6679654d66a363e69e48173cca07e882",
"glob_rev": "e9f4e6b7ae8abe5071461cf8f47191bb19cf7ef6",
"html_rev": "083a36cd801a4b787ba156b7c6e4c8b2e2daed4a",
"http_io_rev": "2fa188caf7937e313026557713f7feffedd4978b",
Expand Down

0 comments on commit 04dd5ed

Please sign in to comment.