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: stop using deprecated from_utc method #1607

Closed

Conversation

jacksonrnewhouse
Copy link
Contributor

Description

HEAD is currently failing cargo check because a new deprecation was just pushed to chrono, deprecating from_utc: chronotope/chrono#1175. Since we fail on warnings, this breaks the build.

Might be worth relaxing some of these checks, as typically marking something as deprecated is done specifically to not break downstream projects.

@github-actions
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@jacksonrnewhouse jacksonrnewhouse changed the title Stop using deprecated from_utc method. fix: stop using deprecated from_utc method Aug 29, 2023
@wjones127
Copy link
Collaborator

@jacksonrnewhouse

Might be worth relaxing some of these checks, as typically marking something as deprecated is done specifically to not break downstream projects.

Do you know how to do that? I looked around the clippy docs and google but couldn't find an obvious solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants