Skip to content

Commit 61ad48a

Browse files
authored
Prepare to publish with null safety (dart-archive/json_rpc_2#75)
Bump the `stream_channel` constraint so the lower bound is migrated for null safety.
1 parent 180465c commit 61ad48a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/json_rpc_2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0-dev
1+
## 3.0.0
22

33
* Migrate to null safety.
44
* Accept responses even if the server converts the ID to a String.

pkgs/json_rpc_2/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_rpc_2
2-
version: 3.0.0-dev
2+
version: 3.0.0
33
description: >-
44
Utilities to write a client or server using the JSON-RPC 2.0 spec.
55
homepage: https://github.com/dart-lang/json_rpc_2
@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
stack_trace: ^1.10.0
12-
stream_channel: ">=1.1.0 <3.0.0"
12+
stream_channel: ^2.1.0
1313

1414
dev_dependencies:
1515
pedantic: ^1.11.0

0 commit comments

Comments
 (0)