-
Notifications
You must be signed in to change notification settings - Fork 61
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
thread 'main' panicked at 'called Option::unwrap()
on a None
value'
#57
Comments
I'm also observing the same issue. Tried all sorts of formats to the repository URL, same issue:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to create a recipe for a fairly simple package and ran into a problem. I have reproduced the issue with the following trivial
Cargo.toml
for a simple "Hello World" example:Note that the real package I am working on has a github repository set, so the fake repository used here is not the issue.
The error is the following:
Ignore the homepage part, that is easily fixed but the failure in
git.rs
remains.With backtrace:
I am using Rust version 1.64.0 (a55dd71d5 2022-09-19) on Linux Mint 21 (based on Ubuntu 22.04) on an x86-64 host.
Is this a bug or am I missing something in the
Cargo.toml
file?The text was updated successfully, but these errors were encountered: