Skip to content

Commit

Permalink
require minimum of Nim 1.6 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Feb 13, 2024
1 parent cb1f78d commit 008de2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbacktrace.nimble
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2021 Status Research & Development GmbH
# Copyright (c) 2019-2024 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0,
# * MIT license
Expand All @@ -16,7 +16,7 @@ license = "MIT or Apache License 2.0"
installDirs = @["vendor/whereami/src", "install"]
installFiles = @["libbacktrace_wrapper.c", "libbacktrace_wrapper.cpp", "libbacktrace_wrapper.h", "libbacktrace/wrapper.nim"]

requires "nim >= 1.0"
requires "nim >= 1.6"

before install:
exec "git submodule update --init"
Expand Down

0 comments on commit 008de2c

Please sign in to comment.