Skip to content

Commit

Permalink
refactor: 🚨 Use "crate-type"
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Sep 26, 2024
1 parent 4d0d0ce commit 98e29dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alvr/client_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion alvr/client_openxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors.workspace = true
license.workspace = true

[lib]
crate_type = ["cdylib"]
crate-type = ["cdylib"]

[dependencies]
alvr_common.workspace = true
Expand Down

0 comments on commit 98e29dd

Please sign in to comment.