-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update cargo and other dependencies #403
Conversation
bc43a2f
to
2765a34
Compare
Also Fixes #385 |
2765a34
to
ef25657
Compare
That one is already fixed in |
Maybe bump directly to cargo 0.83? |
That wasn't out when I made the PR. :) |
Yeah, I figured it might not have been out yet. I just tried the PR, and it works fine for me. Thanks for creating it! Hopefully, the maintainers can merge it soon. |
ef25657
to
67e0492
Compare
67e0492
to
69fc827
Compare
Ping @kbknapp, install currently throws - should be resolved by this PR:
|
69fc827
to
2964214
Compare
2964214
to
8ba521b
Compare
8ba521b
to
fbbf2b6
Compare
Hi all. Sorry for the lack of communication. It's been a very crazy year for me. I'm open to adding maintainer to this project if anyone is willing as i think the other current maintainers are in a similar situation. Feel free to email me and I can review your account and/or other contributions. I'd plan on keeping this repo here, to try and keep an eye on new maintainers as best I can. However, if the Rust or Cargo project wished me to transfer to their control as has been discussed previously, I'd be open to that too. |
c40f1ad
to
52da5b1
Compare
All, @davidhewitt has graciously offered to help get some PRs through and help with releases. I also approved the CI to run on this MR, looks like the MSRV may have changed which is fine but will require bumping it in CI as well. |
3e1fe59
to
326a467
Compare
326a467
to
266101d
Compare
Thanks everyone for keeping this awesome project alive!! |
also bump MSRV in |
This updates the `time` dependency, fixing a build error with Rust >= 1.80.0.
git2-curl is also updated to v0.20.0 to satisfy dependency constraints.
266101d
to
5e1136d
Compare
Done. |
This looks good to me, I'll merge this and work out how to get a new release published shortly. Thanks all! |
Resolves #402. Resolves #401. Resolves #384. Resolves #404.
This MR updates all dependencies to their latest versions. The only update that required code changes was the
cargo
crate, which was caused by:cargo::util::Config
being renamed tocargo::util::context::GlobalContext
.cargo::sources::source::Source::query_vec()
returning aVec<IndexSummary>
instead of aVec<Summary>
.