From 2c6969b7e1cc6dd78efeb1fcb29354e333e83497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derstr=C3=B6m?= Date: Thu, 30 May 2024 00:56:51 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"