Skip to content

Commit cbd056f

Browse files
authored
Bump upper bound SDK constraint (#101)
The 2.11.0 dev SDK are being released, allow them for this package. Since this package is not currently published append `-dev` to the version string for clarity.
1 parent ceb2843 commit cbd056f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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: crypto
2-
version: 2.2.0-nullsafety
2+
version: 2.2.0-nullsafety-dev
33
description: Implementations of SHA, MD5, and HMAC cryptographic functions
44
homepage: https://www.github.com/dart-lang/crypto
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
collection: ^1.15.0-nullsafety

0 commit comments

Comments
 (0)