Skip to content

Conversation

@reddevilmidzy
Copy link
Member

close: #52

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR replaces the deprecated dotenv crate with its successor dotenvy to address issue #52. The change maintains the same functionality while using a more actively maintained library.

Key Changes

  • Updated dependency from dotenv to dotenvy in Cargo.toml
  • Changed the import and function call in lib.rs to use the new crate

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates dependency from dotenv to dotenvy crate
src/lib.rs Changes function call to use dotenvy::dotenv() instead of dotenv::dotenv()

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@utilForever utilForever left a comment

Choose a reason for hiding this comment

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

Okay. I saw it and it's good to me.

@reddevilmidzy reddevilmidzy merged commit 5ddad1d into 40-revision Oct 13, 2025
4 checks passed
@reddevilmidzy reddevilmidzy deleted the 40-revision-env-fix branch October 13, 2025 08:12
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.

4 participants