Skip to content

Commit

Permalink
sp1-sdk default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavKhaitan committed Nov 21, 2024
1 parent 6cf45f9 commit 60b80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ivm-zkvm-executor = { git = "https://github.com/InfinityVM/InfinityVM.git", bran
k256 = { version = "0.13", default-features = false }

sp1-zkvm = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3", features = ["libm", "lib"], default-features = false }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3" }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3", features = ["network"], default-features = false }
sp1-helper = { git = "https://github.com/succinctlabs/sp1.git", rev = "37629f6afd54c08180889d71777824c7e48642d3", default-features = false }
sp1-build = "3.1.0"

Expand Down

0 comments on commit 60b80ab

Please sign in to comment.