Skip to content

Commit

Permalink
[cpclib-disc] Fix compilation when activating hfe feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty/Benediction committed Aug 5, 2024
1 parent 3dd277d commit e37ff0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpclib-disc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ thiserror.workspace = true
log = {workspace = true, optional = true }
simple_logger = { workspace = true, optional = true}
enumn = {workspace = true, optional = true}
camino-tempfile = {workspace = true, optional = true}


# Only allow it on linux, because it fails on other platforms right now
Expand All @@ -49,7 +50,7 @@ default = ["dskmanager", "catalog", "hideur"]
dskmanager = ["cmdline"]
catalog = ["cmdline", "log", "simple_logger"]
hideur = ["cmdline"]
hfe = ["hxcfe", "enumn"]
hfe = ["hxcfe", "enumn", "camino-tempfile"]
cmdline = ["cpclib-common/cmdline"]

[[bin]]
Expand Down

0 comments on commit e37ff0c

Please sign in to comment.