Updating Cargo.nix
[?]
Mar 1, 2021, 9:06 PM
2CNY6KTCQKVDDTAWPROHTDEW2SRUZAUJRYMLICQMVJXRVXUMZ7JACDependencies
- [2]
BNPSVXICFriendlier progress bars - [3]
KUMJITTFVersion bump in the lockfiles - [4]
ZTVNGFNTVersion bump - [5]
G734WNM6flake.nix: use crate2nix - [6]
H62VFFJECargo.nix, and solving conflicts - [7]
Q7CAYX5NFixing Windows compilation - [8]
B5Z4IMEUGenerating Cargo.nix for pijul 1.0.0-alpha.6 - [9]
SAGSYAPXVarious version bumps - [10]
FXT5FS5WUpdating Cargo.nix - [11]
ZQXP3HNAVersion bump - [12]
VYHHOEYHVersions and formatting - [13]
3VJB4ULDUpdating Cargo.nix - [14]
6DOXSHWGCleanup, and version bump - [15]
HKEOO4QJVersion bump - [16]
AOK35FEXNew Cargo.nix versions - [17]
7ZFRYVVQCargo.nix and formatting - [18]
CCLLB7OIUpgrading to Sanakirja 0.15 + version bump - [19]
YX3VCEOMVersion bump - [20]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [21]
HDGRZISMVersion updates - [22]
HR3WK6A7When lock times out, check that there are no more clients before quitting
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";}];};