High-performance implementation of plcbundle written in Rust

ci: update nixpkgs dependencies in build workflow

+2 -2
+2 -2
.tangled/workflows/build.yml
··· 13 13 14 14 dependencies: 15 15 nixpkgs: 16 - - rust 16 + - rustc 17 17 - gcc 18 18 - git 19 19 - zstd 20 20 - pkg-config 21 - - libssl 21 + - openssl 22 22 23 23 environment: 24 24 RUST_BACKTRACE: "1"