Skip to content

Commit

Permalink
Limit the version of source_span (#1227)
Browse files Browse the repository at this point in the history
This is a workaround to get the build working again until
dart-lang/source_span#72 lands.
  • Loading branch information
nex3 committed Feb 4, 2021
1 parent 2682992 commit 8afc238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
package_resolver: "^1.0.0"
path: "^1.6.0"
source_maps: "^0.10.5"
source_span: "^1.6.0"
source_span: ">=1.6.0 <1.8.0" # dart-lang/source_span#72
stack_trace: ">=0.9.0 <2.0.0"
stream_transform: ">=0.0.20 <2.0.0"
string_scanner: ">=0.1.5 <2.0.0"
Expand Down

0 comments on commit 8afc238

Please sign in to comment.