Skip to content

Commit a402aae

Browse files
committed
chore: rename utils to build_utils
1 parent 3dfb9ab commit a402aae

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bindings/nim/nim_code/nim_peerdas_kzg.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = "Kevaundray Wedderburn"
88
description = "PeerDas KZG bindings"
99
license = "MIT"
1010

11-
import src/utils
11+
import src/build_utils
1212

1313
const staticLibInstallDir = getInstallDir()
1414

File renamed without changes.

bindings/nim/nim_code/src/nim_peerdas_kzg/bindings.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
import ../utils
2+
import ../build_utils
33
import ../header
44
export header
55

0 commit comments

Comments
 (0)