summaryrefslogtreecommitdiffhomepage
path: root/mullvad-version
AgeCommit message (Collapse)AuthorFilesLines
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-6/+7
2023-05-18Fix stable Android version codeAlbin1-3/+10
2023-04-26Fix remaining clippy warningsDavid Lönnhager1-2/+5
2023-03-01Try less to be smartLinus Färnstrand1-17/+7
2023-03-01Fix bug in mullvad-version build.rs triggering rebuild every timeLinus Färnstrand1-12/+42
2023-02-28Allow building without .git directoryCole Helbling1-9/+10
Nixpkgs does not keep around .git directories by default since they are not totally deterministic. This new HEAD hash check will obviously fail without a .git.
2023-01-12Remove Rust dependencies from Android that were unusedLinus Färnstrand1-1/+1
2022-12-21Apply more clippy fixesEmīls1-2/+2
2022-10-10Make Visual Studio/C++ projects fetch version.h from mullvad-versionLinus Färnstrand1-6/+45
2022-10-10Make Android fetch versionName and versionCode from mullvad-versionLinus Färnstrand3-45/+71
2022-10-10Make electron-builder fetch version from mullvad-versionLinus Färnstrand2-7/+27
2022-10-10Use mullvad-version in build.shLinus Färnstrand1-0/+3
2022-10-10Add initial mullvad-version crateLinus Färnstrand3-0/+125