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(deps): deprecated dependencies, causing building error! #108

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

thamelodev
Copy link
Contributor

@thamelodev thamelodev commented Oct 20, 2024

It was not possible to build the project because of the old dependencies; they were not following the standard from rust. One example was the time dependency, causing the error code E0282. The compiler was not able to infer a type.

This fixes: #107


rustc version: 1.81.0 (eeb90cda1 2024-09-04)

After the depedencies update:

Finished `release` profile [optimized] target(s) in 29.87s

thamelodev and others added 2 commits October 20, 2024 12:46
It was not possible to build the project because of the old
dependencies; they were not following the standard from rust. One example
was the `time` dependency, causing the error code E0282. The compiler was
not able to infer a type.
Copy link
Owner

@aome510 aome510 left a comment

Choose a reason for hiding this comment

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

Thank you for the PR!

@aome510 aome510 merged commit e707c54 into aome510:main Oct 22, 2024
3 checks passed
@0323pin
Copy link

0323pin commented Oct 22, 2024

Thanks!

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.

The latest published release fails to build with Rust > 1.79
3 participants