Revert to 'meta: ^1.3.0'.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb9e684..adf9605 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.0.2
+
+* Reverted `meta` constraint to `^1.3.0`.
+
 ## 2.0.1
 
 * Update `meta` constraint to `>=1.3.0 <3.0.0`.
diff --git a/pubspec.yaml b/pubspec.yaml
index e9f384a..7901d00 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_process
-version: 2.0.1
+version: 2.0.2
 
 description: A package for testing subprocesses.
 homepage: https://github.com/dart-lang/test_process
@@ -9,7 +9,7 @@
 
 dependencies:
   async: ^2.5.0
-  meta: '>=1.3.0 <3.0.0'
+  meta: ^1.3.0
   path: ^1.8.0
   test: ^1.16.0