Skip to content

Commit 0524648

Browse files
committed
chore: make core dir-structure resolve-path not depend on derive
1 parent 862cfd6 commit 0524648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir-structure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include_dir = [
2121
"dir-structure-macros/include_dir_vfs", # need workaround until https://github.com/Michael-F-Bryan/include_dir/pull/115 for the include_dir_vfs! macro
2222
]
2323
git = ["dep:git2"]
24-
resolve-path = ["derive", "dir-structure-macros/resolve-path", "dep:dir-structure-resolve-core"]
24+
resolve-path = ["dir-structure-macros?/resolve-path", "dep:dir-structure-resolve-core"]
2525
assert_eq = ["dep:assert_eq"]
2626
derive = ["dep:dir-structure-macros"]
2727

0 commit comments

Comments
 (0)