fix(ci): unbreak main — rustfmt warn! + proxy-wasm 0.2.5 for Rust 1.96 (#964)

This commit is contained in:
Musa 2026-06-03 14:38:33 -07:00 committed by GitHub
parent fb794ae7fe
commit dbe6632d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

4
crates/Cargo.lock generated
View file

@ -2552,9 +2552,9 @@ dependencies = [
[[package]]
name = "proxy-wasm"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8d35d9e2bc5104e2e954b149aa1d5f9fa3bb27f73b45b2706020fed101db685"
checksum = "de8f6564bd52c2f4ff79fa5d1bd3bc10d8f822162af8d527e121e46703496aa0"
dependencies = [
"hashbrown 0.16.1",
"log",

View file

@ -145,9 +145,7 @@ impl ChatCompletionsRequest {
self.stream_options = None;
}
if self.reasoning_effort.is_some() {
warn!(
"kimi-for-coding: stripping unsupported reasoning_effort from upstream request"
);
warn!("kimi-for-coding: stripping unsupported reasoning_effort from upstream request");
self.reasoning_effort = None;
}
if self.web_search_options.is_some() {