File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 22
33This document is intended to simplify upgrading to newer versions by extending the changelog.
44
5+ ## 0.36 -> 0.37
6+
7+ ` rustler_mix ` will now require a workspace with the same root as the Elixir
8+ package with all relevant crates included as workspace members. If the package
9+ previously had a crate at ` native/my_crate ` , a ` Cargo.toml ` with the following
10+ content should be added at the root:
11+ ``` toml
12+ [workspace ]
13+ resolver = " 3"
14+ members = [" native/my_crate" ]
15+ ```
16+
17+ The ` /target ` directory should also be added to the root's ` .gitignore ` file.
18+
19+ More information on workspaces can be found in the Rust documentation at
20+ https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html .
21+
522## 0.34 -> 0.35
623
724` rustler_sys ` as a standalone library has been replaced by an embedded
You can’t perform that action at this time.
0 commit comments