blob: 659f666b4e912ee6d6ec013eee97c22779652e67 [file] [log] [blame]
David Drysdale0cf92d22022-06-10 15:56:42 +01001#!/usr/bin/env bash
2set -e
3
4# Regenerate CDDL files
5cargo run --bin cddl-dump > common/generated.cddl
6cargo run --bin keyblob-cddl-dump > common/src/keyblob/keyblob.cddl