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

ci: fix rustc version to 1.69.0 #788

Merged

Conversation

DeepakBomjan
Copy link
Collaborator

Description

Commit Message

type: commit message

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines
  • I have added version bump label on PR.

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@DeepakBomjan DeepakBomjan linked an issue Nov 23, 2023 that may be closed by this pull request
@github-actions github-actions bot added the cicd label Nov 23, 2023
@DeepakBomjan DeepakBomjan self-assigned this Nov 23, 2023
@DeepakBomjan DeepakBomjan changed the title ci: set rustc version to 1.69.0 ci: fix rustc version to 1.69.0 Nov 23, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

Merging #788 (9f1d14d) into main (1075482) will increase coverage by 0.00%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #788   +/-   ##
=========================================
  Coverage     70.10%   70.10%           
  Complexity      409      409           
=========================================
  Files           154      155    +1     
  Lines         13931    13945   +14     
  Branches        293      293           
=========================================
+ Hits           9766     9776   +10     
- Misses         4012     4016    +4     
  Partials        153      153           
Flag Coverage Δ
rust 68.24% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

* change default toolchain to 1.69.0-x86_64-unknown-linux-gnu
@DeepakBomjan DeepakBomjan force-pushed the 787-update-the-rustc-version-to-169-in-all-the-workflow-files branch from c4101ea to 5ebabc9 Compare November 24, 2023 05:12
@DeepakBomjan DeepakBomjan marked this pull request as ready for review November 24, 2023 14:09
@ibrizsabin ibrizsabin merged commit 5d2b31f into main Nov 24, 2023
6 checks passed
@ibrizsabin ibrizsabin deleted the 787-update-the-rustc-version-to-169-in-all-the-workflow-files branch November 24, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the rustc version to 1.69 in all the workflow files
3 participants