Skip to content

Commit e0af7cd

Browse files
authored
remove unneeded explicit feature (#169)
Signed-off-by: clux <[email protected]>
1 parent 4796dfa commit e0af7cd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ futures = "0.3.31"
3131
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
3232
#k8s-openapi = { version = "0.25.0", features = ["latest"] }
3333
k8s-openapi = { git = "https://github.com/Arnavion/k8s-openapi.git", rev = "e9a9eaf", features=["latest"] }
34-
schemars = { version = "1", features = ["chrono04"] }
34+
schemars = "1"
3535
serde = { version = "1.0.219", features = ["derive"] }
3636
serde_json = "1.0.140"
3737
serde_yaml = "0.9.25"

0 commit comments

Comments
 (0)