6 Commits
Author SHA1 Message Date
Robin Krahl 7e64872c97 Add trusted publishing 2026-03-24 13:07:42 +01:00
Sosthène Guédon 931c4269d1 Fix CI 2025-10-06 16:16:08 +02:00
Robin Krahl 6994b0ae96 Extract app trait into apdu-app
Currently, all APDU applications depend on apdu-dispatch to implement
the App trait.  This means that they also need to be updated if the
dispatch implementation is changed.  This causes unnecessary releases
and maintenance work.  By introducing the apdu-app crate, we can change
the dispatch implementation without affecting the applications.
2024-06-05 13:25:02 +02:00
Sosthène Guédonandsosthene-nitrokey 65b8921a1c Add docs and fuzzing to the CI pipeline 2023-02-06 16:54:51 +01:00
Sosthène Guédonandsosthene-nitrokey a134aba771 Add clippy and fmt to the CI 2023-02-06 16:54:51 +01:00
Conor Patrick 4ae64d8733 fix tests and add ci 2021-05-26 21:24:35 -07:00