new release for doc fix
This commit is contained in:
parent
1f4e552c52
commit
28cc72de24
@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# [unreleased]
|
||||
|
||||
# [v0.1.3] 2024-06-01
|
||||
|
||||
Fixed documentation build.
|
||||
|
||||
# [v0.1.2] 2024-06-01
|
||||
|
||||
Restructured crate to be the root package of a workspace.
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -78,7 +78,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libcsp-sys"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libcsp"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||
description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys"
|
||||
|
Loading…
Reference in New Issue
Block a user