From 8c862ad785c2ca0a171b538eea72703f3c9001c7 Mon Sep 17 00:00:00 2001 From: Juliette Cordor Date: Wed, 11 Dec 2024 11:07:41 +1100 Subject: [PATCH] update version and deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d53b93..cd3835d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0" name = "quork" repository = "https://github.com/jewlexx/quork.git" rust-version = "1.69.0" -version = "0.7.2" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -48,7 +48,7 @@ std = [] traits = [] [build-dependencies] -cc = "1.0" +cc = "1.2" [dev-dependencies] is-root = "0.1"