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