From 28cc72de241a56372e0469f40761522d6285434e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 1 Jun 2024 23:03:27 +0200 Subject: [PATCH] new release for doc fix --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc9f5b..c2b69c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 0f75372..b90dc8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "libcsp-sys" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index a8b8ebf..b3019d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcsp" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Robin Mueller "] description = "Safe and ergonomic Rust API for libcsp on top on libcsp-sys"