Skip to content

Commit a15a5d3

Browse files
committed
Fix crypto version range
1 parent 804b9b8 commit a15a5d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.0+1
2+
3+
### Enhancements
4+
- Minor performance improvements
5+
6+
### Fixes
7+
- Allow more versions of `crypto`
8+
19
## 1.4.0
210

311
### Enhancements

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hive
22
description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
3-
version: 1.4.0
3+
version: 1.4.0+1
44
homepage: https://github.com/hivedb/hive
55
documentation: https://docs.hivedb.dev/
66

@@ -9,7 +9,7 @@ environment:
99

1010
dependencies:
1111
meta: ^1.1.7
12-
crypto: ">=2.1.4 <3.0.0"
12+
crypto: ">=2.1.0 <3.0.0"
1313

1414
dev_dependencies:
1515
test: ^1.9.4

0 commit comments

Comments
 (0)