Skip to content

Commit

Permalink
Merge pull request #6 from guzba/ryan
Browse files Browse the repository at this point in the history
0.2.6
  • Loading branch information
guzba authored May 18, 2023
2 parents 8dd35c3 + 56b78b3 commit 34cda85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion depot.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.2.5"
version = "0.2.6"
author = "Ryan Oldenburg"
description = "For working with S3-compatible storage APIs"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/depot.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import crunchy, std/algorithm, std/strutils, std/times, webby
import crunchy, std/algorithm, std/strutils, std/times, webby/httpheaders, webby/queryparams

export webby
export httpheaders, queryparams

const
dateFormat = initTimeFormat("yyyyMMdd")
Expand Down

0 comments on commit 34cda85

Please sign in to comment.