Skip to content

Commit 61d97a4

Browse files
abarmatdavekay100
authored andcommitted
build: fix flattening error
1 parent fb0ee15 commit 61d97a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/abdk-libraries-solidity/ABDKMathQuad.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ABDK Math Quad Smart Contract Library. Copyright © 2019 by ABDK Consulting.
33
* Author: Mikhail Vladimirov <[email protected]>
44
*/
5-
pragma solidity ^0.5.0 || ^0.6.0;
5+
pragma solidity ^0.6.4;
66

77
/**
88
* Smart contract library of mathematical functions operating with IEEE 754

0 commit comments

Comments
 (0)