fix: apply hotfix-0001
All checks were successful
CI / build (push) Successful in 13s

fixes the ci pipeline
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-03-14 13:44:35 +01:00
parent 431c9abcc7
commit 2885daf577
3 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 4.1)
project(curtle VERSION 0.1.0 LANGUAGES C)
cmake_minimum_required(VERSION 3.10)
project(curtle VERSION 0.1.1 LANGUAGES C)
add_library(curtle
src/linear_algebra.c