me
/
guix
Archived
1
0
Fork 0

gnu: rust-svd-parser-0.9: Rename to rust-svd-parser-0.10.

* gnu/packages/crates-io.scm (rust-svd-parser-0.9): Rename to
rust-svd-parser-0.10.
* gnu/packages/rust-apps.scm (svd2rust)[cargo-inputs]: Adjust
accordingly.
master
Efraim Flashner 2022-11-30 11:52:31 +02:00
parent f845b2b223
commit 8073467c1c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 2 additions and 2 deletions

View File

@ -56480,7 +56480,7 @@ values without proliferating generics.")
(description "This package provides custom derive for @code{sval}.")
(license (list license:asl2.0 license:expat))))
(define-public rust-svd-parser-0.9
(define-public rust-svd-parser-0.10
(package
(name "rust-svd-parser")
(version "0.10.2")

View File

@ -2068,7 +2068,7 @@ consecutive lines and since program start.")
("rust-log" ,rust-log-0.4)
("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-1)
("rust-svd-parser" ,rust-svd-parser-0.9)
("rust-svd-parser" ,rust-svd-parser-0.10)
("rust-syn" ,rust-syn-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/rust-embedded/svd2rust/")