Closed masihyeganeh closed 4 years ago
@tarcieri I'm not sure how to do it. There is no such thing in .travis.yml Let me know how and I'll do it fast.
For anyone waiting for this PR to merge, you can use my fork for now, and switch back to main repo when it is merged:
srp = { git = "https://github.com/masihyeganeh/PAKEs", branch = "patch-2" }
@masihyeganeh I made a PR to bump MSRV: #36
Edit: #36 is merged. Try rebasing and it should pass
I think I f'ed it up! :|
@masihyeganeh try:
$ git checkout patch-2
$ git reset --hard 84877d0
$ git rebase master
$ git push -f
Fixes #20 and #34