Skip to content

Commit

Permalink
Updates sum dependencies in toml files to include default-features = …
Browse files Browse the repository at this point in the history
…false
  • Loading branch information
kevloui committed Aug 7, 2020
1 parent e91547e commit 53982f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amadeus-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pin-project = "0.4"
postgres = { package = "tokio-postgres", version = "0.5", features = ["with-chrono-0_4"] }
serde = { version = "1.0", features = ["derive"] }
serde_closure = "0.3"
sum = "0.1"
sum = { version = "0.1.7", default-features = false }
tokio = "0.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion amadeus-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_closure = "0.3"
serde_json = "1.0"
sum = { version = "0.1", features = ["serde"] }
sum = { version = "0.1.7", default-features = false, features = ["serde"] }
recycle = "0.1"

[build-dependencies]
Expand Down

0 comments on commit 53982f8

Please sign in to comment.