-
Notifications
You must be signed in to change notification settings - Fork 96
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
base: master
Are you sure you want to change the base?
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. |
This updates the `time` dependency, fixing a build error with Rust >= 1.80.0.
fbbf2b6
to
c40f1ad
Compare
git2-curl is also updated to v0.20.0 to satisfy dependency constraints.
c40f1ad
to
52da5b1
Compare
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>
.