Skip to content

Commit

Permalink
runtime-rs: delete vergen dependency
Browse files Browse the repository at this point in the history
vergen is a build dependency, but it is not being used.
we are processing ver/commit hash by make command, but not by vergen.

Fixes: #4920

Signed-off-by: Bin Liu <bin@hyper.sh>
  • Loading branch information
liubin committed Aug 16, 2022
1 parent 334c7b3 commit eab7c8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 153 deletions.
138 changes: 0 additions & 138 deletions src/runtime-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/runtime-rs/crates/shim/Cargo.toml
Expand Up @@ -36,9 +36,6 @@ logging = { path = "../../../libs/logging"}
oci = { path = "../../../libs/oci" }
service = { path = "../service" }

[build-dependencies]
vergen = { version = "6", default-features = false, features = ["build", "git", "rustc"] }

[dev-dependencies]
tempfile = "3.2.0"
rand = "0.8.4"
Expand Down
12 changes: 0 additions & 12 deletions src/runtime-rs/crates/shim/build.rs

This file was deleted.

0 comments on commit eab7c8f

Please sign in to comment.