Skip to content

Commit c3a7b2f

Browse files
committed
Remove [target.'cfg(debug_assertions)'.dependencies] in contrib Cargo.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.
1 parent 78c8ac8 commit c3a7b2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/lib/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ rmp-serde = { version = "^0.13", optional = true }
5656
handlebars = { version = "2.0", optional = true }
5757
glob = { version = "0.3", optional = true }
5858
tera = { version = "0.11", optional = true }
59+
notify = { version = "4.0.6" }
5960

6061
# UUID dependencies.
6162
uuid = { version = ">=0.7.0, <0.9.0", optional = true }
@@ -85,9 +86,6 @@ time = { version = "0.1.40", optional = true }
8586
brotli = { version = "3.3", optional = true }
8687
flate2 = { version = "1.0", optional = true }
8788

88-
[target.'cfg(debug_assertions)'.dependencies]
89-
notify = { version = "^4.0.6" }
90-
9189
[dev-dependencies]
9290
tokio = { version = "0.2.0", features = ["time"] }
9391

0 commit comments

Comments
 (0)