try to fix libcsp dependency chain

This commit is contained in:
2024-06-01 19:14:27 +02:00
parent d8d3fbe15a
commit 3710be2d70
4 changed files with 18 additions and 5 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.1.1] 2024-06-01
Possible bugfix with dependency resolver not being able to select the correct `-sys` crate.
# [v0.1.0] 2024-06-01
Initial release

View File

@ -1,6 +1,6 @@
[package]
name = "libcsp"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys"
@ -15,4 +15,4 @@ categories = ["aerospace", "external-ffi-bindings", "no-std", "hardware-support"
bitflags = "2"
num_enum = "0.7"
libc = "0.2"
libcsp-sys = { version = "0.1", path = "../libcsp-sys" }
libcsp-sys = "0.1"