Updating Cargo.nix

[?]
Mar 1, 2021, 9:06 PM
2CNY6KTCQKVDDTAWPROHTDEW2SRUZAUJRYMLICQMVJXRVXUMZ7JAC

Dependencies

  • [2] BNPSVXIC Friendlier progress bars
  • [3] KUMJITTF Version bump in the lockfiles
  • [4] ZTVNGFNT Version bump
  • [5] G734WNM6 flake.nix: use crate2nix
  • [6] H62VFFJE Cargo.nix, and solving conflicts
  • [7] Q7CAYX5N Fixing Windows compilation
  • [8] B5Z4IMEU Generating Cargo.nix for pijul 1.0.0-alpha.6
  • [9] SAGSYAPX Various version bumps
  • [10] FXT5FS5W Updating Cargo.nix
  • [11] ZQXP3HNA Version bump
  • [12] VYHHOEYH Versions and formatting
  • [13] 3VJB4ULD Updating Cargo.nix
  • [14] 6DOXSHWG Cleanup, and version bump
  • [15] HKEOO4QJ Version bump
  • [16] AOK35FEX New Cargo.nix versions
  • [17] 7ZFRYVVQ Cargo.nix and formatting
  • [18] CCLLB7OI Upgrading to Sanakirja 0.15 + version bump
  • [19] YX3VCEOM Version bump
  • [20] B3QWIGDE Fixing the Git features with the latest Pijul (+ conflicts in Cargo.toml)
  • [21] HDGRZISM Version updates
  • [22] HR3WK6A7 When lock times out, check that there are no more clients before quitting

Change contents

  • edit in Cargo.nix at line 72
    [2.11929][2.11929:12066](),[2.12066][3.1835:2029](),[3.1835][3.1835:2029]()
    "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
    [3.84748][3.3755:3791]()
    version = "1.0.0-alpha.36";
    [3.84748]
    [3.84783]
    version = "1.0.0-alpha.37";
  • replacement in Cargo.nix at line 3546
    [3.114701][2.12067:12103]()
    version = "1.0.0-alpha.44";
    [3.114701]
    [3.114736]
    version = "1.0.0-alpha.45";
  • edit in Cargo.nix at line 3948
    [3.125529][2.12206:12721]()
    "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";
    }
    ];
    };