From 4fde3a234b77e09f933929e2ce87a66360091792 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 5 Nov 2024 18:46:37 -0500 Subject: [PATCH] rust: release 0.1.3 Two minor fixes. 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 1430ba2..d3ce70f 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.2" +version = "0.1.3" edition = "2021" links = "composefs" build = "build.rs" diff --git a/rust/composefs/Cargo.toml b/rust/composefs/Cargo.toml index 0dbd4ca..d9f6d76 100644 --- a/rust/composefs/Cargo.toml +++ b/rust/composefs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "composefs" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Rust library for the composefs filesystem" keywords = ["composefs"]