From 79982f3dd49ba49e0d946404941295ee4f57b035 Mon Sep 17 00:00:00 2001 From: Ludovic Chenut Date: Thu, 7 Mar 2024 16:10:58 +0100 Subject: [PATCH] update nim version --- .github/workflows/ci.yml | 2 +- webrtc.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36100ba..13f713b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: cpu: amd64 - os: windows cpu: amd64 - nim: [1.2.18, 1.6.10, devel] + nim: [1.6.16, devel] include: - target: os: linux diff --git a/webrtc.nimble b/webrtc.nimble index 57f3360..b002cff 100644 --- a/webrtc.nimble +++ b/webrtc.nimble @@ -5,7 +5,7 @@ description = "Webrtc stack" license = "MIT" installDirs = @["usrsctp", "webrtc"] -requires "nim >= 1.2.0", +requires "nim >= 1.6.0", "chronicles >= 0.10.2", "chronos >= 3.0.6", "https://github.com/status-im/nim-binary-serialization.git",