Commit 6b54471
Fix
`Cargo.toml` manifests do not have to explicitly declare a `name` in the `[lib]` section of a library, but use a slugified version of the `[package]` name. This commit make it so `setuptools_rust` no longer crashes on such manifests.get_lib_name crashing on missing name1 parent 1a7ae02 commit 6b54471
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments