From 98e29dd70e7412dd00c25530279904cfdefb1828 Mon Sep 17 00:00:00 2001 From: Riccardo Zaglia Date: Fri, 20 Sep 2024 01:35:40 +0200 Subject: [PATCH] refactor: :rotating_light: Use "crate-type" --- alvr/client_core/Cargo.toml | 2 +- alvr/client_openxr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alvr/client_core/Cargo.toml b/alvr/client_core/Cargo.toml index d56cf4bb8b..39ae418853 100644 --- a/alvr/client_core/Cargo.toml +++ b/alvr/client_core/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true license.workspace = true [lib] -crate_type = ["rlib", "staticlib", "cdylib"] +crate-type = ["rlib", "staticlib", "cdylib"] [features] link-stdcpp-shared = [] diff --git a/alvr/client_openxr/Cargo.toml b/alvr/client_openxr/Cargo.toml index 2177f293bb..05bba7ad31 100644 --- a/alvr/client_openxr/Cargo.toml +++ b/alvr/client_openxr/Cargo.toml @@ -7,7 +7,7 @@ authors.workspace = true license.workspace = true [lib] -crate_type = ["cdylib"] +crate-type = ["cdylib"] [dependencies] alvr_common.workspace = true