diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-05-18T19·43+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-05-18T19·43+0200 |
commit | 5371e1dcd5baa33b3ede5d98191027c63b58aa91 (patch) | |
tree | 45d909c8596aa02427f0ebaf196a9f28f4960260 /Cargo.toml | |
parent | 831f5c5abdfabb3cbdbca7a3b24c106c4e642f92 (diff) |
chore(build): Bump dependencies & pin pq-sys
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index de71231ca0e9..22714c824abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ comrak = "0.2" md5 = "0.3.7" tokio = "0.1" tokio-timer = "0.2" +pq-sys = "=0.4.4" [build-dependencies] pulldown-cmark = "0.1" |