chore(rmcp): remove dependency on chrono default features (#829)

This commit is contained in:
Xuntao Chi 2026-05-07 02:53:22 +08:00 committed by GitHub
parent 3bf5298972
commit 0f776ab1d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ hyper-util = { version = "0.1", features = ["tokio"], optional = true }
# macro
rmcp-macros = { workspace = true, optional = true }
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.38", default-features = false, features = ["serde", "now"] }
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
chrono = { version = "0.4.38", default-features = false, features = [