Skip to content

Commit

Permalink
remove serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Aug 21, 2023
1 parent cdb72e5 commit cdadd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde-aux = "4.2"
serde_repr = "0.1"
chrono = { version = "0.4", default-features = false, features = ["time"] }
cached = "0.44"
ulid = { version = "1.0", features = ["serde"] }
ulid = "1.0"


[dev-dependencies]
Expand Down

0 comments on commit cdadd33

Please sign in to comment.