Skip to content

Commit cc4d29e

Browse files
committed
relax crypto dependency
1 parent 436966f commit cc4d29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 0.2.1
2+
version: 0.2.0
33
description: A build system for Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build
@@ -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.1
14+
crypto: ^0.9.1
1515
logging: ^0.11.2
1616
glob: ^1.1.0
1717
path: ^1.1.0

0 commit comments

Comments
 (0)