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

Gitlab Error change GitlabError since v0.1204.0 #103

Closed
Jarsop opened this issue Nov 25, 2019 · 2 comments
Closed

Gitlab Error change GitlabError since v0.1204.0 #103

Jarsop opened this issue Nov 25, 2019 · 2 comments

Comments

@Jarsop
Copy link

Jarsop commented Nov 25, 2019

Hello, I discovered your project and wanting to compile it, I find myself with a compilation error concerning the Gitlab Error which is not found. After a little investigation, it turns out that the Error Gitlab has evolved to GitlabError since 0.1204.0 version. Maybe you need to fix version in Cargo.toml. Have good day !

EDIT: I compile on macOS Mojave 10.14.6

@mriehl
Copy link
Member

mriehl commented Nov 26, 2019

Is it possible you're doing cargo install? For some reason this ignores the Cargo.lock file and updates all dependencies :/

The workaround would be cargo install --locked.

cargo build should also work fine, this respects the Cargo.lock.

See rust-lang/cargo#7169 . IMHO this is a terrible compromise, but I understand why it's like this too.

@bomgar
Copy link
Member

bomgar commented Nov 26, 2019

I drafted a new release. That should fix the problem. The lock file behavior ... 😡

@bomgar bomgar closed this as completed Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants