summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2018-12-27 21:54:59 +0000
committerKornel <kornel@geekhood.net>2018-12-27 21:54:59 +0000
commita69eb09e171f0243c03f5a29245998e006db6fec (patch)
tree377ee1c878f6b5d46ef755a02dd5eb6231cac245 /Cargo.toml
parent86f2a472433522bf7e3a0c9af9f2e81eb9b58689 (diff)
Use newer Ructe
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 9ba4049..79b5ddb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ name = "front_end"
path = "src/front_end.rs"
[build-dependencies]
-ructe = "0.5.0"
+ructe = { git = "https://github.com/kornelski/ructe" }
[dependencies]
kitchen_sink = { git = "https://gitlab.com/crates.rs/kitchen_sink.git", version = "0.5.2" }