Skip to content

Commit

Permalink
rust: release 0.1.3
Browse files Browse the repository at this point in the history
Two minor fixes.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Nov 5, 2024
1 parent 3d14726 commit 4fde3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/composefs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust/composefs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 4fde3a2

Please sign in to comment.