new release for doc fix

This commit is contained in:
Robin Müller 2024-06-01 23:03:27 +02:00
parent 1f4e552c52
commit 28cc72de24
3 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased] # [unreleased]
# [v0.1.3] 2024-06-01
Fixed documentation build.
# [v0.1.2] 2024-06-01 # [v0.1.2] 2024-06-01
Restructured crate to be the root package of a workspace. Restructured crate to be the root package of a workspace.

2
Cargo.lock generated
View File

@ -78,7 +78,7 @@ dependencies = [
[[package]] [[package]]
name = "libcsp-sys" name = "libcsp-sys"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"libc", "libc",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libcsp" name = "libcsp"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"] authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys" description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys"