Skip to content

Commit cc847e0

Browse files
committed
Use k8s-deviceplugin 0.1.0 in plugin
Updates to use 0.1.0 k8s-deviceplugin crate rather than specifying local dependency. Signed-off-by: hasheddan <[email protected]>
1 parent 7d00b1b commit cc847e0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.lock

+12-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["hasheddan <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
k8s-deviceplugin = { path = "../k8s-deviceplugin" }
8+
k8s-deviceplugin = "0.1.0"
99
tonic = "0.4"
1010
prost = "0.7"
1111
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)