set version to 0.5.0

This commit is contained in:
Vinzenz Schroeter 2024-05-26 14:18:02 +02:00
parent c92493fad1
commit 3780c2063d
5 changed files with 12 additions and 9 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "servicepoint_binding_c"
version = "0.4.2"
version.workspace = true
publish = false
edition = "2021"
license = "GPL-3.0-or-later"
@ -17,6 +17,6 @@ crate-type = ["staticlib", "cdylib", "rlib"]
cbindgen = "0.26.0"
[dependencies.servicepoint]
version = "0.4.2"
version = "0.5.0"
path = "../servicepoint"
features = ["all_compressions"]