[go: nahoru, domu]

allow latest pkg:io, clean SDk constraint, update pubspec URL (#362)

Use stable setup-dart action, test on oldest supported SDk
diff --git a/pubspec.yaml b/pubspec.yaml
index d81272a..aac2de4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,13 +3,13 @@
 
 description: A portable Markdown library written in Dart that can parse
  Markdown into HTML.
-homepage: https://github.com/dart-lang/markdown
+repository: https://github.com/dart-lang/markdown
 
 executables:
   markdown:
 
 environment:
-  sdk: '>=2.12.0-0 <3.0.0'
+  sdk: '>=2.12.0 <3.0.0'
 
 dependencies:
   args: ^2.0.0
@@ -22,7 +22,7 @@
   build_web_compilers: '>=1.0.0 <3.0.0'
   collection: ^1.15.0
   html: ^0.15.0-nullsafety
-  io: ^0.3.2+1
+  io: ^1.0.0
   js: ^0.6.3
   path: ^1.8.0
   pedantic: ^1.11.0