Run gen_test.py

This commit is contained in:
Caleb Garrett 2024-02-25 21:31:25 -05:00
parent 29d0d80808
commit 54f502e5e6

View file

@ -93,7 +93,7 @@ required-features = [ "can",]
[[bin]] [[bin]]
name = "cryp" name = "cryp"
path = "src/bin/cryp.rs" path = "src/bin/cryp.rs"
required-features = [ "hash",] required-features = [ "cryp",]
[[bin]] [[bin]]
name = "dac" name = "dac"