Skip to content

Commit 9625ee0

Browse files
committed
min nim version updated
1 parent 4d3d530 commit 9625ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ubuntu-latest, windows-latest]
9-
nim-version: ['1.2.x', '1.4.x', '1.6.x', 'stable']
9+
nim-version: ['1.4.x', '1.6.x', 'stable']
1010

1111
runs-on: ${{ matrix.os }}
1212

noisy.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ license = "MIT"
55

66
srcDir = "src"
77

8-
requires "nim >= 1.1.0"
8+
requires "nim >= 1.4.8"
99
requires "nimsimd >= 0.4.3"

0 commit comments

Comments
 (0)