We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348f3fd commit 6f35d5aCopy full SHA for 6f35d5a
UPGRADE.md
@@ -2,6 +2,13 @@
2
3
This document is intended to simplify upgrading to newer versions by extending the changelog.
4
5
+## 0.34 -> 0.35
6
+
7
+`rustler_sys` as a standalone library has been replaced by an embedded
8
+`rustler::sys` submodule. Due to how the `rustler_/::sys` initialisation works,
9
+it is not possible to use the new `rustler` in conjunction with `rustler_sys`. A
10
+simple textual replacement is enough, though.
11
12
## 0.33 -> 0.34
13
14
1. NIF implementations are now discovered automatically, the respective argument
0 commit comments