From 4d10558842b2611172f5f92a980f8b16e62f11c3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 20 Sep 2024 15:55:22 -0400 Subject: [PATCH] rust: Release 0.1.2 Mainly just to hopefully fix the build on docs.rs finally. Signed-off-by: Colin Walters --- rust/composefs-sys/Cargo.toml | 2 +- rust/composefs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/composefs-sys/Cargo.toml b/rust/composefs-sys/Cargo.toml index 8c4e654..1430ba2 100644 --- a/rust/composefs-sys/Cargo.toml +++ b/rust/composefs-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "composefs-sys" description = "Rust library wrapping the libcomposefs C library" keywords = ["composefs"] -version = "0.1.1" +version = "0.1.2" edition = "2021" links = "composefs" build = "build.rs" diff --git a/rust/composefs/Cargo.toml b/rust/composefs/Cargo.toml index fcf8e3a..293132a 100644 --- a/rust/composefs/Cargo.toml +++ b/rust/composefs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "composefs" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Rust library for the composefs filesystem" keywords = ["composefs"]