Skip to content

Commit 004efbe

Browse files
committed
Minor release optimizations (see #1) and a version bump
1 parent 265e195 commit 004efbe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
name = "stupidfs"
33
description = "More files per file: hide files by storing them in the metadata of other files"
44
repository = "https://github.com/GoldenStack/stupidfs"
5-
version = "0.2.0"
5+
version = "0.2.1"
66
edition = "2021"
77
license = "MIT"
88

99
[dependencies]
1010
anyhow = "1.0.95"
1111
clap = { version = "4.5.23", features = ["derive"] }
1212
walkdir = "2.5.0"
13+
14+
[profile.release]
15+
codegen-units = 1
16+
lto = true

0 commit comments

Comments
 (0)