Skip to content

Commit 0884b89

Browse files
n8sh9il
authored andcommitted
Make usable with any mir-algorithm version >= 0.4.10 and < 0.9.0 (#32)
The only thing mir-cpuid needs is mir.bitmanip: bitfields which was added in 0.4.10
1 parent a01b566 commit 0884b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authors": [
44
"Ilya Yaroshenko"
55
],
6-
"dependencies": {"mir-algorithm": "~>0.6.0"},
6+
"dependencies": {"mir-algorithm": ">=0.4.10 <0.9.0"},
77
"description": "CPU characteristics identification",
88
"copyright": "Ilya Yaroshenko",
99
"license": "BSL-1.0",

0 commit comments

Comments
 (0)