diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8c87d8efd6..6c8a822024 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -73,7 +73,7 @@ tempfile = "3" utime = "0.3" [build-dependencies] -glibc_version = { path = "../glibc_version" } +glibc_version = { path = "../glibc_version", version = "0.1" } [features] default = ["arrow", "parquet"]