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

Enhancement: Replace the github action rust toolchain version to 1.81 #173

Open
zong-zhe opened this issue Dec 19, 2024 · 0 comments
Open
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@zong-zhe
Copy link
Contributor

Enhancement

Currently, because the rust toolchain 1.81 environment is not compatible with the contents of the KCL code repository https://github.com/kcl-lang/kcl, we still compile some of the SDK with version 1.79 in the 0.11.0 release. And the cargo.lock file fixes the rust tripartite dependency home to version 0.5.9, because newer versions of the home require version 1.81 of the rust toolchain.

Take C SDK as an example, I manually fixed the version of home.

lib/c/Cargo.lock

Line 1233 in 7dac2f3

name = "home"

This will be fixed in future releases.

cc @He1pa

@zong-zhe zong-zhe added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant