summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 340b41e..072b8c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ regex = "1.12"
[dependencies]
# Just Enough VCS
-just_enough_vcs = { path = "../VersionControl", features = ["all"] }
+just_enough_vcs = { path = "../VersionControl", features = ["all", "deprecated"] }
# RenderSystem Macros
render_system_macros = { path = "macros/render_system_macros" }