This commit is contained in:
F. Levi
2024-09-18 09:54:15 +03:00
parent 3ed3188f54
commit 4acfb9a1ec
2 changed files with 29 additions and 20 deletions

View File

@ -40,7 +40,7 @@ time = { version = "0.3.36", features = [
] }
tokio = "1.38"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
bitflags = {version = "2.6.0" }
bitflags = "2.6.0"
[dev-dependencies]
insta = "1.39.0"