Skip to content

Commit 44c8c25

Browse files
committed
use 'serde_json' instead of 'json'
1 parent beae3a5 commit 44c8c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cspuz_bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ experimental-backend-glucose-rs = ["cspuz_rs/experimental-backend-glucose-rs", "
1414
[dependencies]
1515
cspuz_rs = { path = "../cspuz_rs", default-features = false }
1616
cspuz_rs_puzzles = { path = "../cspuz_rs_puzzles", default-features = false }
17-
json = "0.12.4"
17+
serde_json = "1.0"

0 commit comments

Comments
 (0)