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

refactor: Re-export ego-tree dependency from linutil core #811

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

lj3954
Copy link
Contributor

@lj3954 lj3954 commented Oct 12, 2024

Type of Change

  • Refactoring

Description

The ego-tree dependency is required for any software depending on linutil_core. Since linutil_core is on crates.io and can be used outside of this workspace, the correct version of ego-tree should be re-exported for other crates to depend on.
This PR also bumps ego-tree to 0.9.0, and includes a small refactor in hint.rs to improve readability.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • My changes generate no errors/warnings/merge conflicts.

@adamperkowski adamperkowski added rust Pull requests that update Rust code refactor labels Oct 25, 2024
@ChrisTitusTech ChrisTitusTech merged commit 980365f into ChrisTitusTech:main Nov 7, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants