Skip to content

Commit 166dbfa

Browse files
Merge branch 'trunk' into feature/#38-Getting-warnings-on-VM-startup-after-running-a-dart-pub-upgrade
# Conflicts: # pubspec.yaml
2 parents c6be154 + 1b606a1 commit 166dbfa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.0
2+
- Update `asn1lib` dependency to ^1.5.0 and fix the resulting lint warnings
3+
14
## 2.1.0
25
- Add `KeypairFactory`, `RSAKeypairFactory` and `ECKeypairFactory`
36
- Update dependencies

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues
77

88
environment:
9-
sdk: ^3.0.0
9+
sdk: '>=2.14.0 <4.0.0'
1010

1111
dependencies:
1212
pointycastle: ^3.7.3

0 commit comments

Comments
 (0)