Skip to content

Commit 8afc238

Browse files
authored
Limit the version of source_span (#1227)
This is a workaround to get the build working again until dart-archive/source_span#72 lands.
1 parent 2682992 commit 8afc238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
package_resolver: "^1.0.0"
2424
path: "^1.6.0"
2525
source_maps: "^0.10.5"
26-
source_span: "^1.6.0"
26+
source_span: ">=1.6.0 <1.8.0" # dart-lang/source_span#72
2727
stack_trace: ">=0.9.0 <2.0.0"
2828
stream_transform: ">=0.0.20 <2.0.0"
2929
string_scanner: ">=0.1.5 <2.0.0"

0 commit comments

Comments
 (0)