Skip to content

Commit

Permalink
Merge pull request #356 from cgwalters/rust-release
Browse files Browse the repository at this point in the history
rust: Release 0.1.2
  • Loading branch information
cgwalters committed Sep 20, 2024
2 parents cc4fddf + 4d10558 commit 1fc17e8
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.1"
version = "0.1.2"
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.1"
version = "0.1.2"
edition = "2021"
description = "Rust library for the composefs filesystem"
keywords = ["composefs"]
Expand Down

0 comments on commit 1fc17e8

Please sign in to comment.