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

Commit cd1ac35

Browse files
authored
Allow the 2.10 stable and 2.11.0-dev SDKs (#36)
1 parent 5b931a9 commit cd1ac35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

33
Pre-release for the null safety migration of this package.
44

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: convert
2-
version: 2.2.0-nullsafety
2+
version: 2.2.0-nullsafety-dev
33
description: Utilities for converting between data representations.
44
homepage: https://github.com/dart-lang/convert
55

66
environment:
7-
sdk: '>=2.10.0-2.0.dev <2.10.0'
7+
sdk: '>=2.10.0-2.0.dev <2.11.0'
88

99
dependencies:
1010
charcode: ^1.1.0

0 commit comments

Comments
 (0)