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

chore: rename dev_dependencies to dev-dependencies #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hydrobeam
Copy link
Contributor

Summary

While compiling the repo, this warning pops up for each crate

warning: interchain-token/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
(in the `interchain-token` package)
...

this pr makes that not happen

@hydrobeam hydrobeam requested a review from a team as a code owner November 8, 2024 14:39
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.59%. Comparing base (890bfcf) to head (87a4d86).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
- Coverage   99.42%   98.59%   -0.83%     
==========================================
  Files          28       29       +1     
  Lines        2949     1993     -956     
==========================================
- Hits         2932     1965     -967     
- Misses         17       28      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ahramy ahramy left a comment

Choose a reason for hiding this comment

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

LGTM. approved

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