feat: turn libscroll_zstd dynamic lib into static (#1358)

Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
This commit is contained in:
colin
2024-06-05 16:59:56 +08:00
committed by GitHub
parent e45838f3ac
commit 6eea9195fc
12 changed files with 17 additions and 133 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.4.10"
var tag = "v4.4.11"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {