Skip to content

Commit 2ae9799

Browse files
committed
Set older required version of Nim for the test packages
The new test packages for the "run dependency" feature were required Nim version 1.7.1 but the one used by the CI is 1.5.1. Now the version is changed for CI tests to pass.
1 parent eeb1a4a commit 2ae9799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/runDependencyBinary/dependency/dependency.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ license = "MIT"
55

66
bin = @["binary"]
77

8-
requires "nim >= 1.7.1"
8+
requires "nim >= 1.5.1"

tests/runDependencyBinary/dependent/dependent.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ author = "Ivan Bobev"
33
description = "Test package."
44
license = "MIT"
55

6-
requires "nim >= 1.7.1", "dependency"
6+
requires "nim >= 1.5.1", "dependency"

0 commit comments

Comments
 (0)