Skip to content

Commit 077fe69

Browse files
nex3jakemac53
authored andcommitted
Support crypto 2.0.0. (#113)
1 parent 1dfa3c8 commit 077fe69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 0.3.0+5
44
- Fix duplicate logs issue when running as a BuilderTransformer.
55

6+
- Support `crypto` 2.0.0.
7+
68
## 0.3.0+4
79
- Add error and stack trace to log messages from the BuilderTransformer.
810

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
analyzer: ^0.27.1
1212
barback: ^0.15.0
1313
code_transformers: ^0.4.1
14-
crypto: ">=0.9.2 <2.0.0"
14+
crypto: ">=0.9.2 <3.0.0"
1515
logging: ^0.11.2
1616
glob: ^1.1.0
1717
path: ^1.1.0

0 commit comments

Comments
 (0)