chore(rmcp): remove dependency on chrono default features (#829)
This commit is contained in:
parent
3bf5298972
commit
0f776ab1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue