httm 0.40.4 -> 0.40.8 https://github.com/kimono-koans/httm/releases attrpath: httm Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-JhHm96NO3Ac8y+WBUtMJZn9/xuOQ5XB0VPG5NyvTwa8= Received ExitFailure 1 when running Raw command: /nix/store/pf3c5fg5jb2mfa3ysmayk4xv2r9wb8iw-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A httm nix build failed.  |  ^^^^^^^^^^^^^  |  = note: see issue #109736 for more information error[E0658]: use of unstable library feature 'lazy_cell'  --> /build/httm-0.40.8-vendor.tar.gz/two_percent/src/util.rs:14:37  | 14 | static RE_NUMBER: LazyLock = LazyLock::new(|| Regex::new(r"[+|-]?\d+").unwrap());  |  ^^^^^^^^^^^^^  |  = note: see issue #109736 for more information error[E0658]: use of unstable library feature 'lazy_cell'  --> /build/httm-0.40.8-vendor.tar.gz/two_percent/src/util.rs:321:36  | 321 | static RE_ITEMS: LazyLock = LazyLock::new(|| Regex::new(r"\\?(\{ *-?[0-9.+]*? *})").unwrap());  |  ^^^^^^^^^^^^^  |  = note: see issue #109736 for more information error[E0658]: use of unstable library feature 'lazy_cell'  --> /build/httm-0.40.8-vendor.tar.gz/two_percent/src/util.rs:322:37  | 322 | static RE_FIELDS: LazyLock = LazyLock::new(|| Regex::new(r"\\?(\{ *-?[0-9.,cq+n]*? *})").unwrap());  |  ^^^^^^^^^^^^^  |  = note: see issue #109736 for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `two_percent` (lib) due to 56 previous errors