Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Prepare to publish with null safety (#75)
Browse files Browse the repository at this point in the history
Bump the `stream_channel` constraint so the lower bound is migrated for
null safety.
  • Loading branch information
natebosch authored Apr 28, 2021
1 parent 5ec32a2 commit 62fd274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-dev
## 3.0.0

* Migrate to null safety.
* Accept responses even if the server converts the ID to a String.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_rpc_2
version: 3.0.0-dev
version: 3.0.0
description: >-
Utilities to write a client or server using the JSON-RPC 2.0 spec.
homepage: https://github.com/dart-lang/json_rpc_2
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
stack_trace: ^1.10.0
stream_channel: ">=1.1.0 <3.0.0"
stream_channel: ^2.1.0

dev_dependencies:
pedantic: ^1.11.0
Expand Down

0 comments on commit 62fd274

Please sign in to comment.