Skip to content

Commit

Permalink
bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jan 31, 2025
1 parent 7014f74 commit 04ef22f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "readymade"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "MIT WITH GPL-3.0-or-later"
description = "Install ready-made distribution images"
Expand Down Expand Up @@ -54,7 +54,12 @@ freedesktop-desktop-entry = "0.7.7"
jwalk = "0.8.1"
xattr = "1.4.0"
filesystem-table = { version = "0.1.2", path = "./filesystem-table" }
uu_cp = { version = "0.0.29", features = ["exacl", "feat_acl", "feat_selinux", "selinux"], optional = true }
uu_cp = { version = "0.0.29", features = [
"exacl",
"feat_acl",
"feat_selinux",
"selinux",
], optional = true }

# [dependencies.os-detect]
# git = "https://github.com/FyraLabs/distinst"
Expand Down

0 comments on commit 04ef22f

Please sign in to comment.