aquatic_udp: serde-rename AccessListMode variants to lowercase

This commit is contained in:
Joakim Frostegård 2021-10-15 21:58:23 +02:00
parent f0846e3128
commit b3d1bcb7f1
2 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,7 @@ use hashbrown::HashSet;
use serde::{Deserialize, Serialize};
#[derive(Clone, Copy, Debug, Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum AccessListMode {
Allow,
Deny,