X-Git-Url: http://git.scottworley.com/voter/blobdiff_plain/4464527340a975ce999a01d8142dcfc2fbbbb669..3efad25c100cb4bde8455704878e24812888e3b3:/Cargo.toml?ds=sidebyside diff --git a/Cargo.toml b/Cargo.toml index 0cb261f..d076652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] -cgi = "0" +cgi = "0.6.1-rc1" 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" }