Skip to content

Commit

Permalink
Use Compat.Printf for at-sprintf
Browse files Browse the repository at this point in the history
Needed due to JuliaLang/julia#25056.
  • Loading branch information
martinholters committed Dec 29, 2017
1 parent f7db3a5 commit 0e7c011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
julia 0.6
Compat 0.41.0
2 changes: 2 additions & 0 deletions src/ProgressMeter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ __precompile__()

module ProgressMeter

using Compat.Printf: @sprintf

export Progress, ProgressThresh, BarGlyphs, next!, update!, cancel, finish!, @showprogress

"""
Expand Down

0 comments on commit 0e7c011

Please sign in to comment.