Skip to content

Commit

Permalink
Switch to supersnappy, update frosty
Browse files Browse the repository at this point in the history
  • Loading branch information
zedeus committed Nov 15, 2020
1 parent 3b5b4b7 commit 320cb47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nitter.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/redis_cache.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import asyncdispatch, times, strutils, tables
import redis, redpool, frosty, snappy
import redis, redpool, frosty, supersnappy

import types, api

Expand Down
4 changes: 2 additions & 2 deletions src/routes/rss.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import asyncdispatch, strutils, tables, times, sequtils, hashes, snappy
import asyncdispatch, strutils, tables, times, sequtils, hashes, supersnappy

import jester

Expand All @@ -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
Expand Down

0 comments on commit 320cb47

Please sign in to comment.