]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Override cgi dependency with a fixed version
[voter] / Cargo.toml
index 0cb261f83890fc00560729d23302b7bedc68df13..d076652a3f440bfee9aba9c6039d57ab159b3e6a 100644 (file)
@@ -8,6 +8,10 @@ description = "A simple web page that tracks votes"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-cgi = "0"
+cgi = "0.6.1-rc1"
 fd-lock = "3"
 rand = "0"
 fd-lock = "3"
 rand = "0"
+
+[patch.crates-io]
+# For https://github.com/amandasaurus/rust-cgi/issues/18
+cgi = { git = "https://github.com/chkno/rust-cgi.git", branch = "issue18" }