Packet ID trait implementations #30

Merged
muellerr merged 10 commits from packet-id-trait-impls into main 2023-09-18 18:19:32 +02:00
Showing only changes of commit be37c15478 - Show all commits

View File

@ -20,7 +20,9 @@ pipeline {
}
stage('Docs') {
steps {
sh 'cargo +nightly doc --all-features'
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'cargo +nightly doc --all-features'
}
}
}
stage('Rustfmt') {