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_cs"
version = "0.4.2"
version.workspace = true
edition = "2021"
publish = false
readme = "../../README.md"
@ -13,5 +13,5 @@ test = false
csbindgen = "1.8.0"
[dependencies]
servicepoint_binding_c = { path = "../servicepoint_binding_c" }
servicepoint = { path = "../servicepoint" }
servicepoint_binding_c = { version = "0.5.0", path = "../servicepoint_binding_c" }
servicepoint = { version = "0.5.0", path = "../servicepoint" }