Skip to content

Commit

Permalink
Merge pull request #51 from JuliaWeb/fbot/deps
Browse files Browse the repository at this point in the history
Fix deprecations
  • Loading branch information
quinnj authored Aug 10, 2018
2 parents 648c0e5 + 3ac9305 commit 8b94736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/HttpCommon.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__precompile__()
module HttpCommon
using Dates
using URIParser: URI, unescape
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using HttpCommon
using Compat
using Compat.Test
using Test

# headers
h = HttpCommon.headers()
Expand Down

0 comments on commit 8b94736

Please sign in to comment.