Skip to content

Commit

Permalink
Fix building on nightly.
Browse files Browse the repository at this point in the history
It fixes an issue when the crate couldn't be built using nightly due to time dependency.

See <rust-lang/rust#125319>.
  • Loading branch information
iddm authored May 21, 2024
1 parent 72910bb commit 85d690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_with/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ serde = {version = "1.0.152", default-features = false}
serde_derive = "1.0.152"
serde_json = {version = "1.0.45", optional = true, default-features = false}
serde_with_macros = {path = "../serde_with_macros", version = "=3.8.1", optional = true}
time_0_3 = {package = "time", version = "~0.3.11", optional = true, default-features = false}
time_0_3 = {package = "time", version = "0.3.36", optional = true, default-features = false}

[dev-dependencies]
expect-test = "1.5.0"
Expand Down

0 comments on commit 85d690c

Please sign in to comment.