Skip to content

Commit 90f3b80

Browse files
committed
chore: clean up cargo manifest
1 parent acbdbe4 commit 90f3b80

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ kode-bridge = { version = "0.4", features = ["server"], optional = true }
7777
once_cell = { version = "1.21", features = ["parking_lot"], optional = true }
7878
anyhow = { version = "1.0", optional = true }
7979
http = { version = "1.3", optional = true }
80-
serde = { version = "1.0", features = ["derive"], optional = false }
80+
serde = { version = "1.0", features = ["derive"] }
8181
serde_json = { version = "1.0", optional = true }
82-
strum = { version = "0.28", optional = false }
83-
strum_macros = { version = "0.28", optional = false }
82+
strum = { version = "0.28" }
83+
strum_macros = { version = "0.28" }
8484
tokio = { version = "1.52", features = [
8585
"process",
8686
"io-util",

0 commit comments

Comments
 (0)