diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-06-14 09:02:38 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-06-14 09:02:38 +0200 |
| commit | 36bab53b41558b90b9f343e11ec0b08f2d23a66d (patch) | |
| tree | f1f7bf50c7802c9c0114a0ab271eaae65a213a33 | |
| parent | 24810d5be4232ba609b651a1779115dae2bb90c6 (diff) | |
| download | mullvadvpn-36bab53b41558b90b9f343e11ec0b08f2d23a66d.tar.xz mullvadvpn-36bab53b41558b90b9f343e11ec0b08f2d23a66d.zip | |
Change crate_type into crate-type since the first is deprecated
| -rw-r--r-- | mullvad-jni/Cargo.toml | 2 | ||||
| -rw-r--r-- | mullvad-nsis/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-jni/Cargo.toml b/mullvad-jni/Cargo.toml index 9458a75327..f1432d49d4 100644 --- a/mullvad-jni/Cargo.toml +++ b/mullvad-jni/Cargo.toml @@ -15,7 +15,7 @@ workspace = true api-override = ["mullvad-api/api-override"] [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] [target.'cfg(target_os = "android")'.dependencies] thiserror = { workspace = true } diff --git a/mullvad-nsis/Cargo.toml b/mullvad-nsis/Cargo.toml index b1394375bd..87343f6a9e 100644 --- a/mullvad-nsis/Cargo.toml +++ b/mullvad-nsis/Cargo.toml @@ -11,7 +11,7 @@ rust-version.workspace = true workspace = true [lib] -crate_type = ["staticlib"] +crate-type = ["staticlib"] [target.i686-pc-windows-msvc.dependencies] mullvad-paths = { path = "../mullvad-paths" } |
