File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ keywords = [
21
21
categories = [" embedded" ]
22
22
23
23
[dependencies ]
24
- libloading = { version = " 0.8.5 " , optional = true }
24
+ libloading = { version = " 0.8.6 " , optional = true }
25
25
26
- rhai = { version = " 1.20.1 " , features = [
26
+ rhai = { version = " 1.21.0 " , features = [
27
27
" internals" , # Used to implement the ModuleResolver trait.
28
28
] }
29
29
Original file line number Diff line number Diff line change 1
- //!
2
-
3
1
use super :: { locked_read, locked_write} ;
4
2
use crate :: loader:: libloading:: Libloading ;
5
3
use crate :: loader:: Loader ;
@@ -182,7 +180,6 @@ impl rhai::ModuleResolver for DylibModuleResolver {
182
180
}
183
181
184
182
#[ cfg( test) ]
185
-
186
183
mod tests {
187
184
use super :: * ;
188
185
Original file line number Diff line number Diff line change
1
+ /// Libloading module resolver
1
2
#[ cfg( feature = "libloading" ) ]
2
3
pub mod libloading;
3
4
You can’t perform that action at this time.
0 commit comments