Skip to content

Commit

Permalink
switch to use published fork of ocl
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 1, 2019
1 parent d621562 commit ed77002
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 @@ -20,7 +20,7 @@ byteorder = "1"
ff = "0.4.0"
paired = "0.15"
log = "0.4.8"
ocl = { git = "https://github.com/filecoin-project/ocl", branch = "master", optional = true }
ocl = { version = "0.19.4", package = "fil-ocl", optional = true }
itertools = { version = "0.8.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }

Expand Down

0 comments on commit ed77002

Please sign in to comment.