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

Use = syntax in Cargo.toml to lock log to 0.4.21, see #169 #189

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

aarkegz
Copy link
Contributor

@aarkegz aarkegz commented Oct 19, 2024

No description provided.

@aarkegz aarkegz changed the title use = syntax in Cargo.toml to lock log to 0.4.21, see #169 Use = syntax in Cargo.toml to lock log to 0.4.21, see #169 Oct 19, 2024
@aarkegz
Copy link
Contributor Author

aarkegz commented Oct 19, 2024

Cargo.lock can protect us for now, however, if we want to run cargo update in the future, it could be a problem. So I think we can use log = "=0.4.21" to express this limitation explicitly.

@equation314 equation314 merged commit f03dcbb into main Oct 19, 2024
26 checks passed
@aarkegz aarkegz deleted the do_lock_log branch October 20, 2024 04:46
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.

2 participants