Updating Cargo.nix
[?]
Mar 1, 2021, 9:06 PM
2CNY6KTCQKVDDTAWPROHTDEW2SRUZAUJRYMLICQMVJXRVXUMZ7JACDependencies
- [2]
BNPSVXICFriendlier progress bars - [3]
G734WNM6flake.nix: use crate2nix - [4]
FXT5FS5WUpdating Cargo.nix - [5]
KUMJITTFVersion bump in the lockfiles - [6]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [7]
SAGSYAPXVarious version bumps - [8]
YX3VCEOMVersion bump - [9]
ZQXP3HNAVersion bump - [10]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [11]
AOK35FEXNew Cargo.nix versions - [12]
VYHHOEYHVersions and formatting - [13]
HR3WK6A7When lock times out, check that there are no more clients before quitting - [14]
HDGRZISMVersion updates - [15]
3VJB4ULDUpdating Cargo.nix - [16]
Q7CAYX5NFixing Windows compilation - [17]
6DOXSHWGCleanup, and version bump - [18]
H62VFFJECargo.nix, and solving conflicts - [19]
ZTVNGFNTVersion bump - [20]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [21]
7ZFRYVVQCargo.nix and formatting - [22]
HKEOO4QJVersion bump
Change contents
- edit in Cargo.nix at line 72
"progress" = rec {packageId = "progress";build = internal.buildRustCrateWithFeatures {packageId = "progress";};# Debug support which might change between releases.# File a bug if you depend on any for non-debug work!debug = internal.debugCrate { inherit packageId; };}; - replacement in Cargo.nix at line 2569
version = "1.0.0-alpha.36";version = "1.0.0-alpha.37"; - replacement in Cargo.nix at line 3546
version = "1.0.0-alpha.44";version = "1.0.0-alpha.45"; - edit in Cargo.nix at line 3948
"progress" = rec {crateName = "progress";version = "0.1.0";edition = "2018";crateBin = [{ name = "progress"; path = "src/main.rs"; }];src = lib.cleanSourceWith { filter = sourceFilter; src = ./progress; };authors = ["Pierre-Étienne Meunier <pmeunier@mailbox.org>"];dependencies = [{name = "terminal_size";packageId = "terminal_size";}];};