]> git.scottworley.com Git - voter/blobdiff - Cargo.toml
Release 0.2.3
[voter] / Cargo.toml
index 0cb261f83890fc00560729d23302b7bedc68df13..e389d267df85ee05ff82067f3d56f0aa6d5ffa58 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "voter"
-version = "0.2.1"
+version = "0.2.3"
 edition = "2021"
 authors = ["Scott Worley <scottworley@scottworley.com>"]
 description = "A simple web page that tracks votes"
@@ -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" }