diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6046ed7..5621a74 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" proc-macro = true [dependencies] -byteorder = { version = "~1.4", default-features = false } +byteorder = { version = ">= 1.4", default-features = false } proc-macro2 = "1.0" quote = "1.0" serde = { version = "1.0", default-features = false }