summaryrefslogtreecommitdiffhomepage
path: root/mullvad-version/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2025-02-21Implement Serialize and Deserialize for mullvad_version::VersionDavid Lönnhager1-0/+1
2025-02-21Switch to regex-lite for mullvad-versionDavid Lönnhager1-1/+1
This brings down the binary size of installer-downloader from 2.3 M to 1.4 M with size optimizations enabled
2024-05-29Migrate to gRPCDavid Göransson1-1/+1
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>
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-01-12Remove Rust dependencies from Android that were unusedLinus Färnstrand1-1/+1
2022-10-10Make Android fetch versionName and versionCode from mullvad-versionLinus Färnstrand1-1/+1
2022-10-10Add initial mullvad-version crateLinus Färnstrand1-0/+17