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

Fix msrv_lints version #106

Merged
merged 1 commit into from
Jan 26, 2022
Merged

Fix msrv_lints version #106

merged 1 commit into from
Jan 26, 2022

Conversation

Luap99
Copy link
Contributor

@Luap99 Luap99 commented Jan 26, 2022

Before and since have to use the same version, right now 1.57 is excluded so it
cannot find msrv_lints().

Fixes #105

Before and since have to use the same version, right now 1.57 is excluded so it
cannot find msrv_lints().

Fixes rustyhorde#105

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #106 (6f3a67e) into master (1a5ac81) will increase coverage by 0.20%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #106      +/-   ##
==========================================
+ Coverage   96.93%   97.14%   +0.20%     
==========================================
  Files          11       11              
  Lines         980      980              
==========================================
+ Hits          950      952       +2     
+ Misses         30       28       -2     
Impacted Files Coverage Δ
src/feature/git.rs 87.65% <0.00%> (+1.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a5ac81...6f3a67e. Read the comment docs.

@jasonozias jasonozias merged commit 971622e into rustyhorde:master Jan 26, 2022
@Luap99 Luap99 deleted the msrv-ver branch January 27, 2022 09:18
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

Successfully merging this pull request may close these issues.

Cannot build with rust version 1.57 since commit f322ad588c32e3899482e9a5630e3a6188e7147e
2 participants