From d8adc87ee70959c518967851393e7c3251bca318 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 4 Oct 2022 01:03:55 +0200 Subject: [PATCH] Specify userstyles git revision. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f483483..ee0cf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,7 @@ path = "source/main.rs" askama = "0.11.1" color-eyre = "0.6.2" rsass = "0.23.4" -userstyles = { git = "https://git.bauke.xyz/Bauke/userstyles" } + +[dependencies.userstyles] +git = "https://git.bauke.xyz/Bauke/userstyles" +rev = "8aa9ad3"