Skip to content

Commit

Permalink
Fixed compilation issues related to gotham
Browse files Browse the repository at this point in the history
  • Loading branch information
e3prom committed Jan 21, 2020
1 parent 2feb5d3 commit a572fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs"
"restructuredtext.confPath": "${workspaceFolder}/docs",
"spellright.language": [
"English (American)"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sha2 = "0.8"
sha3 = "0.8"
scrypt = "0.2"
crossbeam = "0.7"
gotham = { git = "https://github.com/gotham-rs/gotham" }
gotham = { git = "https://github.com/gotham-rs/gotham", rev= "22e68d5f" }
gotham_derive = "0.4.0"
hyper = "0.12"
mime = "0.3.14"
Expand Down

0 comments on commit a572fc9

Please sign in to comment.