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

support rust 1.58.0 #615

Merged
merged 3 commits into from
Jan 18, 2022
Merged

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Jan 16, 2022

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #615 (dea8ad6) into main (63f77b2) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #615   +/-   ##
=======================================
  Coverage   70.01%   70.02%           
=======================================
  Files          82       82           
  Lines       10933    10933           
=======================================
+ Hits         7655     7656    +1     
+ Misses       3278     3277    -1     

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.56.1, 1.57.0]
rust: [1.56.1, 1.58.0]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be

Suggested change
rust: [1.56.1, 1.58.0]
rust: [1.57.0, 1.58.0]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for not explaining, here I want to run CI with min and max to support.

@Furisto Furisto merged commit ee46a7e into youki-dev:main Jan 18, 2022
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.

3 participants