Commit 513fb1f 1 parent 9018e04 commit 513fb1f Copy full SHA for 513fb1f
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ mflow = ["microvmi/mflow"]
28
28
29
29
[dependencies ]
30
30
log = " 0.4"
31
- env_logger = " 0.9.0 "
32
- thiserror = " 1.0 "
31
+ env_logger = " 0.11.6 "
32
+ thiserror = " 2.0.11 "
33
33
microvmi = { path = " ../" }
34
34
35
35
[dependencies .pyo3 ]
36
- version = " 0.14.5 "
37
- features = [" extension-module" ]
36
+ version = " 0.21.0 "
37
+ features = [" extension-module" , " abi3-py39 " ]
38
38
39
39
[package .metadata .release ]
40
40
# releases are managed by cargo release, but publication is done on the CI
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ impl MicrovmiExt {
64
64
/// driver_type (int, optional): the hypervisor driver type on which the library should be initialized.
65
65
/// init_param (DriverInitParamPy, optional): initialization parameters for driver initialization
66
66
#[ new]
67
- #[ args ( driver_type = " None" , init_params = " None" ) ]
67
+ #[ pyo3 ( signature = ( driver_type= None , init_params= None ) ) ]
68
68
fn new ( driver_type : Option < u32 > , init_params : Option < DriverInitParamsPy > ) -> PyResult < Self > {
69
69
info ! ( "Microvmi Python init" ) ;
70
70
debug ! (
You can’t perform that action at this time.
0 commit comments