Skip to content

Commit

Permalink
Fix caching issue, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Jun 30, 2024
1 parent f3c97c7 commit 924020f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions futhark.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.13.1"
version = "0.13.2"
author = "PMunch"
description = "A package which uses libclang to parse C headers into Nim files for easy interop"
license = "MIT"
Expand All @@ -14,4 +14,4 @@ bin = @["opir"]
requires "nim >= 1.4.8"
requires "termstyle"
requires "macroutils"
requires "https://github.com/PMunch/nimbleutils >= 0.3.0"
requires "https://github.com/PMunch/nimbleutils >= 0.3.2"

0 comments on commit 924020f

Please sign in to comment.