Skip to content
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

Build fail on latest version due to missing gix dependency, no longer existing #5144

Closed
OlaoluwaM opened this issue Apr 27, 2023 · 3 comments
Labels
🐛 bug Something isn't working as expected.

Comments

@OlaoluwaM
Copy link

Bug Report

Current Behavior

The build fails

Expected Behavior

The build should succeed without issue

Additional context/Screenshots

image

The gix dependency seems to be the issue. In the cargo.toml file version 0.43.1 is required, but that version has been yanked from the crates registry, so it doesn't exist anymore

Possible Solution

Upgrade dependencies

Environment

  • Starship version: N/A since I cannot install it
  • Shell type: zsh
  • Shell version: 5.9
  • Shell plugin manager: oh-my-zsh
  • Terminal emulator: gnome-terminal
  • Operating system: Fedora Linux (38)

Relevant Shell Configuration

# Your configuration here
N/A

Starship Configuration

# Your configuration here
N/A
@OlaoluwaM OlaoluwaM added the 🐛 bug Something isn't working as expected. label Apr 27, 2023
@OlaoluwaM
Copy link
Author

Accompanying PR: #5142

@davidkna
Copy link
Member

Please use --locked to avoid such issues, yanked crates should still be usable with that. Furthermore, at this time, 0.43.1 is not yanked (anymore).

@andytom
Copy link
Member

andytom commented Apr 27, 2023

Now that #5141 has been merged I think we can close this.

@andytom andytom closed this as completed Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

3 participants