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/ci issues #98

Merged
merged 9 commits into from
Jun 23, 2023
Merged

Fix/ci issues #98

merged 9 commits into from
Jun 23, 2023

Conversation

ghimire007
Copy link
Contributor

Ci issues related to audit ,clippy and tests fixed

@ghimire007
Copy link
Contributor Author

CI isses fixed

.github/workflows/test.yml Outdated Show resolved Hide resolved
@@ -27,6 +27,7 @@ jobs:
with:
profile: minimal
toolchain: ${{ env.RUST_MSRV }}
default: true
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bummer that without this line MSRV (minimum supported Rust version) was not really using the toolchain specified in Cargo.toml, but rather only installed it on a side. Now, MSRV tests fail, which indicate that we need to update the version in Cargo.toml to the version that supports all the necessary features.

Copy link
Contributor

@frol frol left a comment

Choose a reason for hiding this comment

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

@ghimire007 Please, update MSRV in Cargo.toml to the minimum required one and make sure CI is green

@ghimire007
Copy link
Contributor Author

@frol MSRV in cargo.toml updated

@frol
Copy link
Contributor

frol commented Jun 22, 2023

@ghimire007 Is it really the minimum required version to compile cargo-near?

@ghimire007
Copy link
Contributor Author

@frol 1.60.0 is seems to be minimum version required to compile. Cargo.toml now has version 1.60.0 .

@frol frol merged commit 68a93bf into near:main Jun 23, 2023
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