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

prep for null safety release #124

Merged
merged 2 commits into from
Jul 8, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: dart

dart:
- be/raw/latest
- dev

jobs:
include:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.0-nullsafety

* Migrate this package to null safety.

## 2.4.2

* `StreamQueue` starts listening immediately to broadcast strings.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: async
version: 2.4.2
version: 2.5.0-nullsafety

description: Utility functions and classes related to the 'dart:async' library.
homepage: https://www.github.com/dart-lang/async

environment:
sdk: '>=2.9.0-1 <3.0.0'
sdk: '>=2.9.0-18.0 <2.9.0'

dependencies:
collection: ^1.5.0
Expand Down