From 4a5596a5601bae61c14c8d484754cc79551cccba Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Wed, 14 Aug 2024 11:03:11 -0700 Subject: [PATCH 1/2] fix(rust): update time crate for Rust 1.80 c.f. https://github.com/NixOS/nixpkgs/issues/332957 and https://github.com/rust-lang/rust/issues/127343 --- Cargo.lock | 10 +++++----- Cargo.nix | 54 +++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 6 ++---- 3 files changed, 56 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2af9304..219c98b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lorri" -version = "1.7.0" +version = "1.7.1" dependencies = [ "anyhow", "atomicwrites", @@ -1121,9 +1121,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -1142,9 +1142,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", diff --git a/Cargo.nix b/Cargo.nix index 57dd004..3e12b67 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -398,6 +398,7 @@ rec { version = "0.1.10"; edition = "2018"; sha256 = "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7"; + libName = "cfg_if"; authors = [ "Alex Crichton " ]; @@ -412,6 +413,7 @@ rec { version = "1.0.0"; edition = "2018"; sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds"; + libName = "cfg_if"; authors = [ "Alex Crichton " ]; @@ -491,6 +493,7 @@ rec { version = "0.5.12"; edition = "2021"; sha256 = "159gp30clv2ci3r473659ii04pjznspb3g9gwkhj2lavkhmb0gdb"; + libName = "crossbeam_channel"; dependencies = [ { name = "crossbeam-utils"; @@ -509,6 +512,7 @@ rec { version = "0.8.19"; edition = "2021"; sha256 = "0iakrb1b8fjqrag7wphl94d10irhbh2fw1g444xslsywqyn3p3i4"; + libName = "crossbeam_utils"; features = { "default" = [ "std" ]; "loom" = [ "dep:loom" ]; @@ -598,6 +602,7 @@ rec { version = "2.0.0"; edition = "2018"; sha256 = "1q9kr151h9681wwp6is18750ssghz6j9j7qm7qi1ngcwy7mzi35r"; + libName = "dirs_next"; authors = [ "The @xdg-rs members" ]; @@ -618,6 +623,7 @@ rec { version = "0.3.7"; edition = "2015"; sha256 = "19md1cnkazham8a6kh22v12d8hh3raqahfk6yb043vrjr68is78v"; + libName = "dirs_sys"; authors = [ "Simon Ochsenreither " ]; @@ -647,6 +653,7 @@ rec { version = "0.1.2"; edition = "2018"; sha256 = "0kavhavdxv4phzj4l0psvh55hszwnr0rcz8sxbvx20pyqi2a3gaf"; + libName = "dirs_sys_next"; authors = [ "The @xdg-rs members" ]; @@ -758,6 +765,7 @@ rec { edition = "2021"; crateBin = []; sha256 = "1jdg9xq830hghzrqkbnx8nda58a7z6mh8b6vlg5mj87v4l2ji135"; + libName = "file_id"; authors = [ "Daniel Faust " ]; @@ -810,6 +818,7 @@ rec { version = "4.1.0"; edition = "2018"; sha256 = "1liz67v8b0gcs8r31vxkvm2jzgl9p14i78yfqx81c8sdv817mvkn"; + libName = "fsevent_sys"; authors = [ "Pierre Baillet " ]; @@ -826,6 +835,7 @@ rec { version = "0.1.1"; edition = "2018"; sha256 = "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0"; + libName = "fuchsia_cprng"; authors = [ "Erick Tryzelaar " ]; @@ -943,6 +953,7 @@ rec { version = "0.1.19"; edition = "2018"; sha256 = "0cxcm8093nf5fyn114w8vxbrbcyvv91d4015rdnlgfll7cs6gd32"; + libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -965,6 +976,7 @@ rec { version = "0.3.9"; edition = "2021"; sha256 = "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj"; + libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -985,6 +997,7 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./vendor/human-panic; } else ./vendor/human-panic; + libName = "human_panic"; authors = [ "Yoshua Wuyts " "Pascal Hertleif " @@ -1058,6 +1071,7 @@ rec { version = "0.1.5"; edition = "2015"; sha256 = "1syhjgvkram88my04kv03s0zwa66mdwa5v7ddja3pzwvx2sh4p70"; + libName = "inotify_sys"; authors = [ "Hanno Braun " ]; @@ -1096,6 +1110,7 @@ rec { version = "0.4.12"; edition = "2018"; sha256 = "12vk6g0f94zlxl6mdh5gc4jdjb469n9k9s7y3vb0iml05gpzagzj"; + libName = "is_terminal"; authors = [ "softprops " "Dan Gohman " @@ -1164,6 +1179,7 @@ rec { version = "1.0.4"; edition = "2018"; sha256 = "12w3wi90y4kwis4k9g6fp0kqjdmc6l00j16g8mgbhac7vbzjb5pd"; + libName = "kqueue_sys"; authors = [ "William Orr " "Daniel (dmilith) Dettlaff " @@ -1240,6 +1256,7 @@ rec { version = "0.4.13"; edition = "2021"; sha256 = "172k2c6422gsc914ig8rh99mb9yc7siw6ikc3d9xw1k7vx0s3k81"; + libName = "linux_raw_sys"; authors = [ "Dan Gohman " ]; @@ -1303,7 +1320,7 @@ rec { }; "lorri" = rec { crateName = "lorri"; - version = "1.7.0"; + version = "1.7.1"; edition = "2021"; crateBin = [ { @@ -1824,6 +1841,7 @@ rec { version = "0.1.0"; edition = "2021"; sha256 = "1ndiyg82q73783jq18isi71a7mjh56wxrk52rlvyx0mi5z9ibmai"; + libName = "num_conv"; authors = [ "Jacob Pratt " ]; @@ -1834,6 +1852,7 @@ rec { version = "0.2.18"; edition = "2018"; sha256 = "0yjib8p2p9kzmaz48xwhs69w5dh1wipph9jgnillzd2x33jz03fs"; + libName = "num_traits"; authors = [ "The Rust Project Developers" ]; @@ -2002,6 +2021,7 @@ rec { version = "0.2.17"; edition = "2018"; sha256 = "1pp6g52aw970adv3x2310n7glqnji96z0a9wiamzw89ibf0ayh2v"; + libName = "ppv_lite86"; authors = [ "The CryptoCorrosion Contributors" ]; @@ -2015,6 +2035,7 @@ rec { version = "0.4.30"; edition = "2015"; sha256 = "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg"; + libName = "proc_macro2"; authors = [ "Alex Crichton " ]; @@ -2034,6 +2055,7 @@ rec { version = "1.0.79"; edition = "2021"; sha256 = "0bn004ybzdqid81cqppr5c9jrvqsxv50x60sxc41cwpmk0igydg8"; + libName = "proc_macro2"; authors = [ "David Tolnay " "Alex Crichton " @@ -2125,6 +2147,7 @@ rec { version = "1.2.3"; edition = "2015"; sha256 = "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"; + libName = "quick_error"; authors = [ "Paul Colomiets " "Colin Kiegel " @@ -2564,6 +2587,7 @@ rec { version = "0.4.6"; edition = "2021"; sha256 = "1spaq7y4im7s56d1gxa2hi4hzf6dwswb1bv8xyavzya7k25kpf46"; + libName = "regex_automata"; authors = [ "The Rust Project Developers" "Andrew Gallant " @@ -2624,6 +2648,7 @@ rec { version = "0.6.29"; edition = "2018"; sha256 = "1qgj49vm6y3zn1hi09x91jvgkl2b1fiaq402skj83280ggfwcqpi"; + libName = "regex_syntax"; authors = [ "The Rust Project Developers" ]; @@ -2638,6 +2663,7 @@ rec { version = "0.8.3"; edition = "2021"; sha256 = "0mhzkm1pkqg6y53xv056qciazlg47pq0czqs94cn302ckvi49bdd"; + libName = "regex_syntax"; authors = [ "The Rust Project Developers" "Andrew Gallant " @@ -2672,6 +2698,7 @@ rec { version = "0.1.23"; edition = "2015"; sha256 = "0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"; + libName = "rustc_demangle"; authors = [ "Alex Crichton " ]; @@ -2819,6 +2846,7 @@ rec { version = "1.0.6"; edition = "2018"; sha256 = "00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"; + libName = "same_file"; authors = [ "Andrew Gallant " ]; @@ -2971,6 +2999,7 @@ rec { version = "2.9.1"; edition = "2018"; sha256 = "1s0h8qhqnvy5a7m7gmnca2a2d5m5a4sz1hc26xfgxawqp7825q5n"; + libName = "slog_term"; authors = [ "Dawid Ciężarkiewicz " ]; @@ -3071,6 +3100,7 @@ rec { edition = "2015"; sha256 = "01sis9z5kqmyhvzbnmlzpdxcry99a0b9blypksgnhdsbm1hh40ak"; procMacro = true; + libName = "structopt_derive"; authors = [ "Guillaume Pinot " ]; @@ -3289,6 +3319,7 @@ rec { edition = "2021"; sha256 = "1xylyqcb8rv5yh2yf97hg4n4kg27qccc0ijafr1zqklrhahkn7y6"; procMacro = true; + libName = "thiserror_impl"; authors = [ "David Tolnay " ]; @@ -3331,9 +3362,9 @@ rec { }; "time" = rec { crateName = "time"; - version = "0.3.34"; + version = "0.3.36"; edition = "2021"; - sha256 = "0jc7wgprzqjhzd0nqkbmdlnjwyddnswmjw86ni2vq55v45jqn968"; + sha256 = "11g8hdpahgrf1wwl2rpsg5nxq3aj7ri6xr672v4qcij6cgjqizax"; authors = [ "Jacob Pratt " "Time contributors" @@ -3414,6 +3445,7 @@ rec { version = "0.1.2"; edition = "2021"; sha256 = "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"; + libName = "time_core"; authors = [ "Jacob Pratt " "Time contributors" @@ -3422,10 +3454,11 @@ rec { }; "time-macros" = rec { crateName = "time-macros"; - version = "0.2.17"; + version = "0.2.18"; edition = "2021"; - sha256 = "0x3pahhk2751c6kqqq9dk6lz0gydbnxr44q01wpjlrz687ps78vv"; + sha256 = "1kqwxvfh2jkpg38fy673d6danh1bhcmmbsmffww3mphgail2l99z"; procMacro = true; + libName = "time_macros"; authors = [ "Jacob Pratt " "Time contributors" @@ -3469,6 +3502,7 @@ rec { version = "1.0.12"; edition = "2018"; sha256 = "0jzf1znfpb2gx8nr8mvmyqs1crnv79l57nxnbiszc7xf7ynbjm1k"; + libName = "unicode_ident"; authors = [ "David Tolnay " ]; @@ -3479,6 +3513,7 @@ rec { version = "1.11.0"; edition = "2018"; sha256 = "00kjpwp1g8fqm45drmwivlacn3y9jx73bvs09n6s3x73nqi7vj6l"; + libName = "unicode_segmentation"; authors = [ "kwantam " "Manish Goregaokar " @@ -3491,6 +3526,7 @@ rec { version = "0.1.11"; edition = "2015"; sha256 = "11ds4ydhg8g7l06rlmh712q41qsrd0j0h00n1jm74kww3kqk65z5"; + libName = "unicode_width"; authors = [ "kwantam " "Manish Goregaokar " @@ -3508,6 +3544,7 @@ rec { version = "0.1.0"; edition = "2015"; sha256 = "1z57lqh4s18rr4x0j4fw4fmp9hf9346h0kmdgqsqx0fhjr3k0wpw"; + libName = "unicode_xid"; authors = [ "erick.tryzelaar " "kwantam " @@ -3661,6 +3698,7 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc"; + libName = "winapi_i686_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -3671,6 +3709,7 @@ rec { version = "0.1.6"; edition = "2021"; sha256 = "15i5lm39wd44004i9d5qspry2cynkrpvwzghr6s2c3dsk28nz7pj"; + libName = "winapi_util"; authors = [ "Andrew Gallant " ]; @@ -3689,6 +3728,7 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki"; + libName = "winapi_x86_64_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -3699,6 +3739,7 @@ rec { version = "0.48.0"; edition = "2018"; sha256 = "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7"; + libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -3992,6 +4033,7 @@ rec { version = "0.52.0"; edition = "2021"; sha256 = "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8"; + libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -4239,6 +4281,7 @@ rec { version = "0.48.5"; edition = "2018"; sha256 = "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws"; + libName = "windows_targets"; authors = [ "Microsoft" ]; @@ -4286,6 +4329,7 @@ rec { version = "0.52.4"; edition = "2021"; sha256 = "06sdd7fin3dj9cmlg6n1dw0n1l10jhn9b8ckz1cqf0drb9z7plvx"; + libName = "windows_targets"; authors = [ "Microsoft" ]; diff --git a/Cargo.toml b/Cargo.toml index a9a8c2f..8eb11b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "lorri" -# lorri uses a MAJOR.MINOR versioning scheme, see MAINTAINERS.md for details. -# Cargo requires MAJOR.MINOR.PATCH. So we translate lorri's versioning scheme -# to MAJOR.MINOR.0, i.e. the PATCH part is always zero. -version = "1.7.0" # Format: MAJOR.MINOR.0 +# See MAINTAINERS.md for details about versioning +version = "1.7.1" # Format: MAJOR.MINOR.0 authors = [ "Graham Christensen ", "Profpatsch ", From fb51d7225a1f1706f91436100bb95fdeab619405 Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Wed, 14 Aug 2024 11:28:07 -0700 Subject: [PATCH 2/2] fix(crate2nix): mysterious various in Crate.nix output removing our Crate.nix produced the file that CI generates --- Cargo.nix | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/Cargo.nix b/Cargo.nix index 3e12b67..34680f3 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -398,7 +398,6 @@ rec { version = "0.1.10"; edition = "2018"; sha256 = "08h80ihs74jcyp24cd75wwabygbbdgl05k6p5dmq8akbr78vv1a7"; - libName = "cfg_if"; authors = [ "Alex Crichton " ]; @@ -413,7 +412,6 @@ rec { version = "1.0.0"; edition = "2018"; sha256 = "1za0vb97n4brpzpv8lsbnzmq5r8f2b0cpqqr0sy8h5bn751xxwds"; - libName = "cfg_if"; authors = [ "Alex Crichton " ]; @@ -493,7 +491,6 @@ rec { version = "0.5.12"; edition = "2021"; sha256 = "159gp30clv2ci3r473659ii04pjznspb3g9gwkhj2lavkhmb0gdb"; - libName = "crossbeam_channel"; dependencies = [ { name = "crossbeam-utils"; @@ -512,7 +509,6 @@ rec { version = "0.8.19"; edition = "2021"; sha256 = "0iakrb1b8fjqrag7wphl94d10irhbh2fw1g444xslsywqyn3p3i4"; - libName = "crossbeam_utils"; features = { "default" = [ "std" ]; "loom" = [ "dep:loom" ]; @@ -602,7 +598,6 @@ rec { version = "2.0.0"; edition = "2018"; sha256 = "1q9kr151h9681wwp6is18750ssghz6j9j7qm7qi1ngcwy7mzi35r"; - libName = "dirs_next"; authors = [ "The @xdg-rs members" ]; @@ -623,7 +618,6 @@ rec { version = "0.3.7"; edition = "2015"; sha256 = "19md1cnkazham8a6kh22v12d8hh3raqahfk6yb043vrjr68is78v"; - libName = "dirs_sys"; authors = [ "Simon Ochsenreither " ]; @@ -653,7 +647,6 @@ rec { version = "0.1.2"; edition = "2018"; sha256 = "0kavhavdxv4phzj4l0psvh55hszwnr0rcz8sxbvx20pyqi2a3gaf"; - libName = "dirs_sys_next"; authors = [ "The @xdg-rs members" ]; @@ -765,7 +758,6 @@ rec { edition = "2021"; crateBin = []; sha256 = "1jdg9xq830hghzrqkbnx8nda58a7z6mh8b6vlg5mj87v4l2ji135"; - libName = "file_id"; authors = [ "Daniel Faust " ]; @@ -818,7 +810,6 @@ rec { version = "4.1.0"; edition = "2018"; sha256 = "1liz67v8b0gcs8r31vxkvm2jzgl9p14i78yfqx81c8sdv817mvkn"; - libName = "fsevent_sys"; authors = [ "Pierre Baillet " ]; @@ -835,7 +826,6 @@ rec { version = "0.1.1"; edition = "2018"; sha256 = "1fnkqrbz7ixxzsb04bsz9p0zzazanma8znfdqjvh39n14vapfvx0"; - libName = "fuchsia_cprng"; authors = [ "Erick Tryzelaar " ]; @@ -953,7 +943,6 @@ rec { version = "0.1.19"; edition = "2018"; sha256 = "0cxcm8093nf5fyn114w8vxbrbcyvv91d4015rdnlgfll7cs6gd32"; - libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -976,7 +965,6 @@ rec { version = "0.3.9"; edition = "2021"; sha256 = "092hxjbjnq5fmz66grd9plxd0sh6ssg5fhgwwwqbrzgzkjwdycfj"; - libName = "hermit_abi"; authors = [ "Stefan Lankes" ]; @@ -997,7 +985,6 @@ rec { src = if ((lib.versionOlder builtins.nixVersion "2.4pre20211007") || (lib.versionOlder "2.5" builtins.nixVersion )) then lib.cleanSourceWith { filter = sourceFilter; src = ./vendor/human-panic; } else ./vendor/human-panic; - libName = "human_panic"; authors = [ "Yoshua Wuyts " "Pascal Hertleif " @@ -1071,7 +1058,6 @@ rec { version = "0.1.5"; edition = "2015"; sha256 = "1syhjgvkram88my04kv03s0zwa66mdwa5v7ddja3pzwvx2sh4p70"; - libName = "inotify_sys"; authors = [ "Hanno Braun " ]; @@ -1110,7 +1096,6 @@ rec { version = "0.4.12"; edition = "2018"; sha256 = "12vk6g0f94zlxl6mdh5gc4jdjb469n9k9s7y3vb0iml05gpzagzj"; - libName = "is_terminal"; authors = [ "softprops " "Dan Gohman " @@ -1179,7 +1164,6 @@ rec { version = "1.0.4"; edition = "2018"; sha256 = "12w3wi90y4kwis4k9g6fp0kqjdmc6l00j16g8mgbhac7vbzjb5pd"; - libName = "kqueue_sys"; authors = [ "William Orr " "Daniel (dmilith) Dettlaff " @@ -1256,7 +1240,6 @@ rec { version = "0.4.13"; edition = "2021"; sha256 = "172k2c6422gsc914ig8rh99mb9yc7siw6ikc3d9xw1k7vx0s3k81"; - libName = "linux_raw_sys"; authors = [ "Dan Gohman " ]; @@ -1841,7 +1824,6 @@ rec { version = "0.1.0"; edition = "2021"; sha256 = "1ndiyg82q73783jq18isi71a7mjh56wxrk52rlvyx0mi5z9ibmai"; - libName = "num_conv"; authors = [ "Jacob Pratt " ]; @@ -1852,7 +1834,6 @@ rec { version = "0.2.18"; edition = "2018"; sha256 = "0yjib8p2p9kzmaz48xwhs69w5dh1wipph9jgnillzd2x33jz03fs"; - libName = "num_traits"; authors = [ "The Rust Project Developers" ]; @@ -2021,7 +2002,6 @@ rec { version = "0.2.17"; edition = "2018"; sha256 = "1pp6g52aw970adv3x2310n7glqnji96z0a9wiamzw89ibf0ayh2v"; - libName = "ppv_lite86"; authors = [ "The CryptoCorrosion Contributors" ]; @@ -2035,7 +2015,6 @@ rec { version = "0.4.30"; edition = "2015"; sha256 = "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg"; - libName = "proc_macro2"; authors = [ "Alex Crichton " ]; @@ -2055,7 +2034,6 @@ rec { version = "1.0.79"; edition = "2021"; sha256 = "0bn004ybzdqid81cqppr5c9jrvqsxv50x60sxc41cwpmk0igydg8"; - libName = "proc_macro2"; authors = [ "David Tolnay " "Alex Crichton " @@ -2147,7 +2125,6 @@ rec { version = "1.2.3"; edition = "2015"; sha256 = "1q6za3v78hsspisc197bg3g7rpc989qycy8ypr8ap8igv10ikl51"; - libName = "quick_error"; authors = [ "Paul Colomiets " "Colin Kiegel " @@ -2587,7 +2564,6 @@ rec { version = "0.4.6"; edition = "2021"; sha256 = "1spaq7y4im7s56d1gxa2hi4hzf6dwswb1bv8xyavzya7k25kpf46"; - libName = "regex_automata"; authors = [ "The Rust Project Developers" "Andrew Gallant " @@ -2648,7 +2624,6 @@ rec { version = "0.6.29"; edition = "2018"; sha256 = "1qgj49vm6y3zn1hi09x91jvgkl2b1fiaq402skj83280ggfwcqpi"; - libName = "regex_syntax"; authors = [ "The Rust Project Developers" ]; @@ -2663,7 +2638,6 @@ rec { version = "0.8.3"; edition = "2021"; sha256 = "0mhzkm1pkqg6y53xv056qciazlg47pq0czqs94cn302ckvi49bdd"; - libName = "regex_syntax"; authors = [ "The Rust Project Developers" "Andrew Gallant " @@ -2698,7 +2672,6 @@ rec { version = "0.1.23"; edition = "2015"; sha256 = "0xnbk2bmyzshacjm2g1kd4zzv2y2az14bw3sjccq5qkpmsfvn9nn"; - libName = "rustc_demangle"; authors = [ "Alex Crichton " ]; @@ -2846,7 +2819,6 @@ rec { version = "1.0.6"; edition = "2018"; sha256 = "00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"; - libName = "same_file"; authors = [ "Andrew Gallant " ]; @@ -2999,7 +2971,6 @@ rec { version = "2.9.1"; edition = "2018"; sha256 = "1s0h8qhqnvy5a7m7gmnca2a2d5m5a4sz1hc26xfgxawqp7825q5n"; - libName = "slog_term"; authors = [ "Dawid Ciężarkiewicz " ]; @@ -3100,7 +3071,6 @@ rec { edition = "2015"; sha256 = "01sis9z5kqmyhvzbnmlzpdxcry99a0b9blypksgnhdsbm1hh40ak"; procMacro = true; - libName = "structopt_derive"; authors = [ "Guillaume Pinot " ]; @@ -3319,7 +3289,6 @@ rec { edition = "2021"; sha256 = "1xylyqcb8rv5yh2yf97hg4n4kg27qccc0ijafr1zqklrhahkn7y6"; procMacro = true; - libName = "thiserror_impl"; authors = [ "David Tolnay " ]; @@ -3445,7 +3414,6 @@ rec { version = "0.1.2"; edition = "2021"; sha256 = "1wx3qizcihw6z151hywfzzyd1y5dl804ydyxci6qm07vbakpr4pg"; - libName = "time_core"; authors = [ "Jacob Pratt " "Time contributors" @@ -3458,7 +3426,6 @@ rec { edition = "2021"; sha256 = "1kqwxvfh2jkpg38fy673d6danh1bhcmmbsmffww3mphgail2l99z"; procMacro = true; - libName = "time_macros"; authors = [ "Jacob Pratt " "Time contributors" @@ -3502,7 +3469,6 @@ rec { version = "1.0.12"; edition = "2018"; sha256 = "0jzf1znfpb2gx8nr8mvmyqs1crnv79l57nxnbiszc7xf7ynbjm1k"; - libName = "unicode_ident"; authors = [ "David Tolnay " ]; @@ -3513,7 +3479,6 @@ rec { version = "1.11.0"; edition = "2018"; sha256 = "00kjpwp1g8fqm45drmwivlacn3y9jx73bvs09n6s3x73nqi7vj6l"; - libName = "unicode_segmentation"; authors = [ "kwantam " "Manish Goregaokar " @@ -3526,7 +3491,6 @@ rec { version = "0.1.11"; edition = "2015"; sha256 = "11ds4ydhg8g7l06rlmh712q41qsrd0j0h00n1jm74kww3kqk65z5"; - libName = "unicode_width"; authors = [ "kwantam " "Manish Goregaokar " @@ -3544,7 +3508,6 @@ rec { version = "0.1.0"; edition = "2015"; sha256 = "1z57lqh4s18rr4x0j4fw4fmp9hf9346h0kmdgqsqx0fhjr3k0wpw"; - libName = "unicode_xid"; authors = [ "erick.tryzelaar " "kwantam " @@ -3698,7 +3661,6 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc"; - libName = "winapi_i686_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -3709,7 +3671,6 @@ rec { version = "0.1.6"; edition = "2021"; sha256 = "15i5lm39wd44004i9d5qspry2cynkrpvwzghr6s2c3dsk28nz7pj"; - libName = "winapi_util"; authors = [ "Andrew Gallant " ]; @@ -3728,7 +3689,6 @@ rec { version = "0.4.0"; edition = "2015"; sha256 = "0gqq64czqb64kskjryj8isp62m2sgvx25yyj3kpc2myh85w24bki"; - libName = "winapi_x86_64_pc_windows_gnu"; authors = [ "Peter Atashian " ]; @@ -3739,7 +3699,6 @@ rec { version = "0.48.0"; edition = "2018"; sha256 = "1aan23v5gs7gya1lc46hqn9mdh8yph3fhxmhxlw36pn6pqc28zb7"; - libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -4033,7 +3992,6 @@ rec { version = "0.52.0"; edition = "2021"; sha256 = "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8"; - libName = "windows_sys"; authors = [ "Microsoft" ]; @@ -4281,7 +4239,6 @@ rec { version = "0.48.5"; edition = "2018"; sha256 = "034ljxqshifs1lan89xwpcy1hp0lhdh4b5n0d2z4fwjx2piacbws"; - libName = "windows_targets"; authors = [ "Microsoft" ]; @@ -4329,7 +4286,6 @@ rec { version = "0.52.4"; edition = "2021"; sha256 = "06sdd7fin3dj9cmlg6n1dw0n1l10jhn9b8ckz1cqf0drb9z7plvx"; - libName = "windows_targets"; authors = [ "Microsoft" ];