Skip to content

Commit b163546

Browse files
committed
Use serde 1.0
1 parent 66a462c commit b163546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ CPUs, as well as raw interfaces to platform-specific instructions.
1515
"""
1616

1717
[dependencies]
18-
serde = { version = "0.8", optional = true }
19-
serde_derive = { version = "0.8", optional = true }
18+
serde = { version = "1.0", optional = true }
19+
serde_derive = { version = "1.0", optional = true }
2020

2121
[dev-dependencies]
2222
cfg-if = "0.1"

0 commit comments

Comments
 (0)