Skip to content

Commit da8a13c

Browse files
author
Hanting Zhang
committed
fix license
1 parent 3a40a82 commit da8a13c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rayon-scan = "0.1.0"
5151
# grumpkin-msm has been patched to support MSMs for the pasta curve cycle
5252
# see: https://github.com/lurk-lab/grumpkin-msm/pull/3
5353
grumpkin-msm = { git = "https://github.com/lurk-lab/grumpkin-msm", branch = "dev" }
54-
ingonyama-grumpkin-msm = { git = "https://github.com/lurk-lab/ingonyama-grumpkin-msm", branch = "add-grumpkin-curve", optional = true }
54+
ingonyama-grumpkin-msm = { git = "https://github.com/lurk-lab/ingonyama-grumpkin-msm", optional = true }
5555

5656
[target.'cfg(target_arch = "wasm32")'.dependencies]
5757
getrandom = { version = "0.2.0", default-features = false, features = ["js"] }

deny.toml

+8
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ license-files = [
173173
{ path = "../../../../LICENSE", hash = 0xbd0eed23 }
174174
]
175175

176+
[[licenses.clarify]]
177+
name = "icicle-grumpkin"
178+
version = "*"
179+
expression = "MIT"
180+
license-files = [
181+
{ path = "../../../../LICENSE", hash = 0xbd0eed23 }
182+
]
183+
176184

177185
[[licenses.clarify]]
178186
name = "icicle-core"

0 commit comments

Comments
 (0)