We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528c968 commit f370281Copy full SHA for f370281
default.nix
@@ -34,7 +34,7 @@ let
34
'';
35
};
36
37
- v = "2.0.2";
+ v = "2.0.3";
38
39
testInputs = [ newerPkgs.slither-analyzer solc ];
40
package.yaml
@@ -3,7 +3,7 @@ name: echidna
3
author: Trail of Bits <echidna-dev@trailofbits.com>
4
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
5
6
-version: 2.0.2
+version: 2.0.3
7
8
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
9
0 commit comments