Skip to content

Commit

Permalink
Remove [target.'cfg(debug_assertions)'.dependencies] in contrib Cargo…
Browse files Browse the repository at this point in the history
….toml.

This is not supported and is the same as putting the contents in
[dependencies] anyway. It became a warning in rust-lang/cargo#7660.
  • Loading branch information
jebrosen committed Jan 19, 2020
1 parent f4bb8bb commit 4151cd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ rmp-serde = { version = "0.14.0", optional = true }
handlebars = { version = "2.0", optional = true }
glob = { version = "0.3", optional = true }
tera = { version = "1.0.2", optional = true }
notify = { version = "4.0.6" }

# UUID dependencies.
uuid = { version = ">=0.7.0, <0.9.0", optional = true }
Expand Down Expand Up @@ -84,8 +85,5 @@ time = { version = "0.1.40", optional = true }
brotli = { version = "3.3", optional = true }
flate2 = { version = "1.0", optional = true }

[target.'cfg(debug_assertions)'.dependencies]
notify = { version = "^4.0.6" }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 4151cd4

Please sign in to comment.