Skip to content

Commit

Permalink
Merge pull request #5 from adelq/strfmt-upgrade
Browse files Browse the repository at this point in the history
Update strfmt to > 0.10.0 for compatibility with Nim >= 0.19.0
Nimbench 0.2.1 release
  • Loading branch information
ivankoster authored Apr 28, 2020
2 parents 7601cfe + d40936a commit 48257dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimbench.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package

version = "0.2.0"
version = "0.2.1"
author = "Ivan Koster <ivankoster@gmail.com>"
description = "Micro benchmarking tool for Nim"
license = "Apache License, Version 2.0"

# Dependencies

requires "nim >= 0.13.0"
requires "strfmt >= 0.8.0"
requires "strfmt >= 0.10.0"

0 comments on commit 48257dd

Please sign in to comment.