summaryrefslogtreecommitdiffhomepage
path: root/mullvad-nsis/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-08-07Fix build.rs for mullvad-nsis treating target arch as hostDavid Lönnhager1-2/+2
2024-06-14Change crate_type into crate-type since the first is deprecatedLinus Färnstrand1-1/+1
2024-02-08Log version using `mullvad-nsis` in Windows installerMarkus Pettersson1-0/+1
Expose the functionally for calling `RtlGetVersion` from `talpid-platform-metadata` through `mullvad-nsis`. This is used for getting the Windows build version during the windows installer.
2024-01-16Add rust-version to all Cargo.tomlLinus Färnstrand1-0/+1
2024-01-09Remove version and publish cargo metadataLinus Färnstrand1-2/+0
Since Rust 1.75.0 the `version` field is optional. The version defaults to "0.0.0" if it's not specified, and `publish` defaults to false if no version has been given. So by not specifying a version we get both `version = "0.0.0" and `publish = false` "for free"
2024-01-04Add workspace level lintsLinus Färnstrand1-0/+3
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-05-03Remove clap feature for cbindgenDavid Lönnhager1-1/+1
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager1-0/+17
using mullvad-nsis