Skip to content

Commit 05e7881

Browse files
committed
remove empty line in Cargo.toml
It was bothering me that there was an empty line. Signed-off-by: Patrick Roy <[email protected]>
1 parent 85622c6 commit 05e7881

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vmm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ log = { version = "0.4.27", features = ["std", "serde"] }
3030
log-instrument = { path = "../log-instrument", optional = true }
3131
memfd = "0.6.3"
3232
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
33-
3433
semver = { version = "1.0.26", features = ["serde"] }
3534
serde = { version = "1.0.219", features = ["derive", "rc"] }
3635
serde_json = "1.0.140"

0 commit comments

Comments
 (0)