mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-10 16:11:29 +01:00
update nix to flake (#101)
* update nix to flake * add nix sanity check cronjob
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
name = "util"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
@@ -10,4 +9,4 @@ rayon = { version = "1.5.0", optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
parallel = [ "rayon" ]
|
||||
parallel = ["rayon"]
|
||||
|
||||
Reference in New Issue
Block a user