Skip to content

Commit 730112d

Browse files
committed
fix: enable serde_json dependency
1 parent f802608 commit 730112d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ percent-encoding = "2.3.1"
4444
phf = { version = "0.11", features = ["macros"] }
4545
rustc-hash = "2.1.1"
4646
serde = { version = "1.0.144", features = ["derive"] }
47-
serde_json = { version = "1.0", optional = true }
47+
serde_json = "1.0"
4848
thiserror = "2.0.18"
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)