fix: restore let-chains and add rust-version = 1.87 to Cargo.toml
Let-chains require Rust 1.87+ (stabilized May 2025). Added rust-version field to document the MSRV so cargo warns on older toolchains.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "llm-proxy"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.87"
|
||||
description = "Unified LLM proxy gateway supporting OpenAI, Gemini, DeepSeek, and Grok with token tracking and cost calculation"
|
||||
authors = ["newkirk"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user