Skip to content

Commit

Permalink
switch constantine deps to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxcs committed Dec 31, 2023
1 parent 72e7a5b commit f997010
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions constantine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ blst = "0.3.11"
kzg = { path = "../kzg", default-features = false }
libc = { version = "0.2.148", default-features = false }
once_cell = { version = "1.18.0", features = ["critical-section"], default-features = false }
constantine-ethereum-kzg = { path = "../../constantine/constantine-rust/constantine-ethereum-kzg" }
constantine-sys = { path = "../../constantine/constantine-rust/constantine-sys" }
constantine-core = { path = "../../constantine/constantine-rust/constantine-core" }
constantine-ethereum-kzg = { 'git' = 'https://github.com/lynxcs/constantine.git' , branch='rust-kzg-changes' }
constantine-sys = { 'git' = 'https://github.com/lynxcs/constantine.git' , branch='rust-kzg-changes' }
constantine-core = { 'git' = 'https://github.com/lynxcs/constantine.git' , branch='rust-kzg-changes' }
rand = { version = "0.8.5", optional = true }
rayon = { version = "1.8.0", optional = true }
smallvec = { version = "1.11.1", features = ["const_generics"] }
Expand Down

0 comments on commit f997010

Please sign in to comment.