We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 255216b + 4e6b1ab commit 55c10e0Copy full SHA for 55c10e0
changelog.md
@@ -1,3 +1,7 @@
1
+* 4.2.5
2
+ - Upgrade to crc32cer-1.0.2 for cmake 4.x.
3
+ There was a typo in app.src in crc32cer-1.0.1.
4
+
5
* 4.2.4
6
- Upgrade to crc32cer-1.0.1 for better performance (on arm, 4.2.3 improved on x86).
7
Now crc32c is calculated on dirty scheduler.
rebar.config
@@ -1,4 +1,4 @@
-{deps, [{crc32cer, "1.0.1"}]}.
+{deps, [{crc32cer, "1.0.2"}]}.
{profiles,
[ { test,
0 commit comments