Skip to content

Commit

Permalink
Can this build?
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Apr 14, 2024
1 parent 258c707 commit ccc0efd
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 @@ -38,7 +38,7 @@ postgres-types = { version = "0", default-features = false, optional = true }
rust_decimal = { version = "1", default-features = false, optional = true }
bigdecimal = { version = "0.3", default-features = false, optional = true }
uuid = { version = "1", default-features = false, optional = true }
time = { version = "=0.3.34", default-features = false, optional = true, features = ["macros", "formatting"] }
time = { version = "0.3", default-features = false, optional = true, features = ["macros", "formatting"] }
ipnetwork = { version = "0.20", default-features = false, optional = true }
mac_address = { version = "1.1", default-features = false, optional = true }
ordered-float = { version = "3.4", default-features = false, optional = true }
Expand Down

0 comments on commit ccc0efd

Please sign in to comment.