Skip to content

Commit

Permalink
chore: fix cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
murar8 committed Feb 3, 2024
1 parent 8518f26 commit 05ab5ce
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 @@ -5,7 +5,7 @@ quote = "1.0.35"
syn = "2.0.48"

[dev-dependencies]
bson = { version = "2.9.0", features = ["uuid-1"] }
bson = {version = "2.9.0", features = ["uuid-1"]}
serde = {version = "1.0.196", features = ["derive"]}
serde_test = "1.0.176"
time = {version = "0.3.32", features = ["formatting", "parsing", "serde"]}
Expand Down

0 comments on commit 05ab5ce

Please sign in to comment.