Closed riley-ashton closed 2 years ago
Hmm, interesting. Which version of the "voprf" crate is the not working Cargo.lock file pulling in?
It should be voprf 0.4.0-pre.2
Edit: Oh, I see the issue. This line (https://github.com/novifinancial/opaque-ke/blob/v2.0.0-pre.2/Cargo.toml#L49) should have been =0.4.0-pre.2
. That's an unfortunate miss by me, sorry!
I can put out a v2.0.0-pre.3 that fixes this, and yank the v2.0.0-pre.2. Does that work for you?
voprf 0.4.0-pre.4
Sounds good. I'll test everything with the new version
v2.0.0-pre.3 was published and v2.0.0-pre.2 was yanked. Please re-open this issue if you are still facing the problem, @riley-ashton. And thanks for the catch!
Thanks for your help Kevin. Everything is working now.
Hi, I'm trying to build this crate, version
2.0.0-pre 2
, inside a docker container and it fails to build. Building locally on a new project also fails. I created a demo repo with a Dockerfile: Link to a demo repo The given error is pasted at the bottom.Building an existing local project does work. I am on Fedora 36 with Rust 1.62. The cargo lock files are different, namely:
Any help would be appreciated. Thanks!
Cargo.lock
Working (existing project)
Not working (new project with only
opaque-ke
as dependency)Error