rming / dify-openai-apis

OpenAI-compatible APIs for Dify platform services.
8 stars 2 forks source link

## Issue: Dependency Conflict with `env_logger` ### Description When trying to install the `dify-openai-apis` package, I encountered a dependency conflict with the `env_logger` crate. The error message is as follows: #1

Closed Mgrsc closed 3 months ago

Mgrsc commented 3 months ago

Issue: Dependency Conflict with env_logger

Description

When trying to install the dify-openai-apis package, I encountered a dependency conflict with the env_logger crate. The error message is as follows: image

rming commented 3 months ago

Please use rustup update to upgrade Rust to the latest version, and then try compiling again.
I'll include the minimum Rust version requirement in the next release.

Mgrsc commented 3 months ago

Please use rustup update to upgrade Rust to the latest version, and then try compiling again. I'll include the minimum Rust version requirement in the next release. Thanks , compilation successful.