feat: replace golang prover with rust prover (#1370)

Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
This commit is contained in:
Mengran Lan
2024-06-12 18:28:16 +08:00
committed by GitHub
parent b0242c2938
commit 874d3f2f8b
52 changed files with 142 additions and 2527 deletions

View File

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