svd2rust: 0.28.0 -> 0.29.0

This commit is contained in:
R. Ryantm 2023-06-06 02:12:15 +00:00
parent 49e06b9347
commit 005a176bbe

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "svd2rust";
version = "0.28.0";
version = "0.29.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-/Pt0eKS6Rfrh18nb1lR/T+T+b73rmX4jmGIjbXJtcMA=";
sha256 = "sha256-VxjoS93OwJAc9Cb0VL9R/49pAcXPYrzC7q6vYJSDYB4=";
};
cargoSha256 = "sha256-Vum7Ltq9h6BMXvIESO9jC2B775BZlCWmatazk1bavQs=";
cargoHash = "sha256-f8dht3HCgzeTfyhFhJS2F+TL5Y0qi+A5PGZkNXF1AUw=";
meta = with lib; {
description = "Generate Rust register maps (`struct`s) from SVD files";