diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 249711f..ccf748d 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] enumflags2 = "0.7" -num_enum = "0.5" +num_enum = "0.5.11" [dependencies.windows] version = "0.38"