Lucas Tabis
Lucas Tabis
Regarding #69 When the `maintainer-scripts` field is set and a script is not found, cargo deb will emit a warning telling the user that it will supply the script itself....
I add a bit of trouble lately creating debian packages using `cargo deb`: while I specified in my cargo manifest the `maintainer-scripts` field, none of my scripts where being picked-up...
Passing a `NativeCallContext` in a function defined in a module exported via the `export_module` attribute generates the "hidden lifetime parameters in types are deprecated" warning. To reproduce: ```rust #[rhai::plugin::export_module] pub...