diff --git a/Cargo.lock b/Cargo.lock index 25c88e4..cb21283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "clipper2c-sys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index d88a7b0..2ff655c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipper2c-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Fredrik Söderström "] edition = "2021" license = "MIT OR Apache-2.0"