mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: serde-rename AccessListMode variants to lowercase
This commit is contained in:
parent
f0846e3128
commit
b3d1bcb7f1
2 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue