Support uuid v1 and arrayvec 0.7 (#142)

This commit is contained in:
Graham Esau 2022-05-16 22:39:48 +01:00 committed by GitHub
parent 043d794e39
commit 74974d3e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 157 additions and 72 deletions

View file

@ -17,7 +17,7 @@ proc-macro = true
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["extra-traits"] }
serde_derive_internals = "0.25"
serde_derive_internals = "0.26.0"
[dev-dependencies]
pretty_assertions = "0.6.1"
pretty_assertions = "1.2.1"