From 422adaa2386ed4b4219b08af8471ce6795183709 Mon Sep 17 00:00:00 2001 From: fren_gor Date: Tue, 27 Aug 2024 02:42:32 +0200 Subject: [PATCH] Update version to 0.6.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ac93f7..202e737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition.workspace = true members = ["derive"] [workspace.package] -version = "0.5.0" # Also update in [dependencies.rust-cc-derive.version] +version = "0.6.0" # Also update in [dependencies.rust-cc-derive.version] authors = ["fren_gor "] repository = "https://github.com/frengor/rust-cc" categories = ["memory-management", "no-std"] @@ -49,7 +49,7 @@ std = ["slotmap?/std", "thiserror/std"] pedantic-debug-assertions = [] [dependencies] -rust-cc-derive = { path = "./derive", version = "=0.5.0", optional = true } +rust-cc-derive = { path = "./derive", version = "=0.6.0", optional = true } slotmap = { version = "1.0", optional = true } thiserror = { version = "1.0", package = "thiserror-core", default-features = false }