updated modernc.org/sqlite

This commit is contained in:
Gani Georgiev
2025-11-18 22:24:49 +02:00
parent 6500b8c518
commit 9abdadf0dc
4 changed files with 7 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import (
)
const (
expectedDriverVersion = "v1.40.0"
expectedDriverVersion = "v1.40.1"
expectedLibcVersion = "v1.66.10"
// ModerncDepsCheckHookId is the id of the hook that performs the modernc.org/* deps checks.