Skip to content

Commit a2690f7

Browse files
authored
Update cargo_metadata requirement from 0.20 to 0.21 (#411)
2 parents 579e84c + 643e704 commit a2690f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open-coroutine-macros = { path = "macros", version = "0.7.0" }
2727
tracing = { version = "0.1", default-features = false }
2828
tracing-subscriber = { version = "0.3", default-features = false }
2929
tracing-appender = { version = "0.2", default-features = false }
30-
cargo_metadata = { version = "0.20", default-features = false }
30+
cargo_metadata = { version = "0.21", default-features = false }
3131
mio = { version = "1.0", default-features = false }
3232

3333
cfg-if = "1.0.0"

0 commit comments

Comments
 (0)