feat: Add/update Nix flake for submodule (CRQ-016)
This commit is contained in:
parent
96399c551e
commit
b3b96da7f0
|
|
@ -39,7 +39,7 @@ unty = "0.0.4"
|
||||||
# Used for tests
|
# Used for tests
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ouroboros = "0.18.3"
|
ouroboros = "0.18.3"
|
||||||
serde_derive = "1.0"
|
serde_derive = { workspace = true }
|
||||||
serde_json = { version = "1.0", default-features = false }
|
serde_json = { version = "1.0", default-features = false }
|
||||||
tempfile = "3.2"
|
tempfile = "3.2"
|
||||||
criterion = "0.6"
|
criterion = "0.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue