git.delta.rocks / jrsonnet / refs/commits / 92bd20375524

difftreelog

ci upgrade rust version

Yaroslav Bolyukin2022-11-10parent: #2b4e36f.patch.diff
in: master

3 files changed

modifiedCargo.tomldiffbeforeafterboth
22panic = "abort"22panic = "abort"
23strip = true23strip = true
24
25[profile.releasedebug]
26inherits = "release"
27debug = 2
28panic = "unwind"
29strip = false
2430
modifiedflake.lockdiffbeforeafterboth
32 },32 },
33 "nixpkgs": {33 "nixpkgs": {
34 "locked": {34 "locked": {
35 "lastModified": 1667490665,35 "lastModified": 1668090223,
36 "narHash": "sha256-pWZ9zPk0ZSDXYcXHwAnCW8Yfxa5iXYibObkxxU8xbe4=",36 "narHash": "sha256-Bynlfyf/LsQJ+CJ//1TGmA7eiCzqk95bz+bxyP39xYY=",
37 "owner": "nixos",37 "owner": "nixos",
38 "repo": "nixpkgs",38 "repo": "nixpkgs",
39 "rev": "936a742b05dd70a0a6083c739b0cbc4a369a76f4",39 "rev": "1f6b98281191b50ba987cabd5bf3068870c26789",
40 "type": "github"40 "type": "github"
41 },41 },
42 "original": {42 "original": {
74 "nixpkgs": "nixpkgs_2"74 "nixpkgs": "nixpkgs_2"
75 },75 },
76 "locked": {76 "locked": {
77 "lastModified": 1667487142,77 "lastModified": 1668048396,
78 "narHash": "sha256-bVuzLs1ZVggJAbJmEDVO9G6p8BH3HRaolK70KXvnWnU=",78 "narHash": "sha256-SUWQlSa/H5XKPeuF9XmWzmwIJrgK42Lak6/1jBAwyd0=",
79 "owner": "oxalica",79 "owner": "oxalica",
80 "repo": "rust-overlay",80 "repo": "rust-overlay",
81 "rev": "cf668f737ac986c0a89e83b6b2e3c5ddbd8cf33b",81 "rev": "859fefb532bb957f51a9b5e8e3ba2e48394c9353",
82 "type": "github"82 "type": "github"
83 },83 },
84 "original": {84 "original": {
modifiedflake.nixdiffbeforeafterboth
12 inherit system;12 inherit system;
13 overlays = [ rust-overlay.overlays.default ];13 overlays = [ rust-overlay.overlays.default ];
14 };14 };
15 rust = ((pkgs.rustChannelOf { date = "2022-11-02"; channel = "nightly"; }).default.override {15 rust = ((pkgs.rustChannelOf { date = "2022-11-10"; channel = "nightly"; }).default.override {
16 extensions = [ "rust-src" "miri" ];16 extensions = [ "rust-src" "miri" ];
17 });17 });
18 in18 in
24 lld24 lld
25 hyperfine25 hyperfine
26 go-jsonnet26 go-jsonnet
27 valgrind
27 ];28 ];
28 };29 };
29 }30 }