Skip to content

Commit

Permalink
Limit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Apr 17, 2021
1 parent ece47b4 commit 8571a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ path = "src/lib.rs"

[dependencies]
sea-query-derive = { version = "0.1.2", path = "sea-query-derive", default-features = false, optional = true }
serde_json = { version = "1", optional = true }
bytes = { version = "1", optional = true }
chrono = { version = "0", optional = true }
postgres-types = { version = "0", optional = true }
serde_json = { version = "^1", optional = true }
bytes = { version = "^1", optional = true }
chrono = { version = "^0", optional = true }
postgres-types = { version = "^0", optional = true }

[dev-dependencies]
sea-query-test = { path = "sea-query-test", default-features = false }
Expand Down

0 comments on commit 8571a86

Please sign in to comment.