Switch to supersnappy, update frosty
This commit is contained in:
parent
3b5b4b7682
commit
320cb47bce
|
@ -18,10 +18,10 @@ requires "regex#2e32fdc"
|
|||
requires "nimcrypto >= 0.4.11"
|
||||
requires "markdown#abdbe5e"
|
||||
requires "packedjson#7198cc8"
|
||||
requires "snappy#d13e2cc"
|
||||
requires "supersnappy#1.1.5"
|
||||
requires "redpool#57aeb25"
|
||||
requires "https://github.com/zedeus/redis#94bcbf1"
|
||||
requires "https://github.com/disruptek/frosty#0.2.3"
|
||||
requires "https://github.com/disruptek/frosty#0.3.1"
|
||||
|
||||
|
||||
# Tasks
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import asyncdispatch, times, strutils, tables
|
||||
import redis, redpool, frosty, snappy
|
||||
import redis, redpool, frosty, supersnappy
|
||||
|
||||
import types, api
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import asyncdispatch, strutils, tables, times, sequtils, hashes, snappy
|
||||
import asyncdispatch, strutils, tables, times, sequtils, hashes, supersnappy
|
||||
|
||||
import jester
|
||||
|
||||
|
@ -7,7 +7,7 @@ import ../query
|
|||
|
||||
include "../views/rss.nimf"
|
||||
|
||||
export times, hashes, snappy
|
||||
export times, hashes, supersnappy
|
||||
|
||||
proc showRss*(req: Request; hostname: string; query: Query): Future[Rss] {.async.} =
|
||||
var profile: Profile
|
||||
|
|
Loading…
Reference in New Issue