diff --git a/metis-sys/Cargo.toml b/metis-sys/Cargo.toml index c08038d..0f94d93 100644 --- a/metis-sys/Cargo.toml +++ b/metis-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metis-sys" -version = "0.2.0" +version = "0.2.1" authors = ["Hubert Hirtz "] edition = "2021" license = "MIT OR Apache-2.0" @@ -12,4 +12,4 @@ keywords = ["graph", "mesh", "matrix", "partitioning", "ordering"] [build-dependencies] -bindgen = { version = "0.65", default-features = false } +bindgen = { version = "0.66", default-features = false, features = ["runtime"] }