Skip to content

Commit

Permalink
Merge pull request #373 from Mossaka/use-specific-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossaka authored Oct 31, 2023
2 parents 642cafa + 54e7755 commit 4037b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cap-std = "1.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
containerd-shim = "0.6.0"
containerd-shim-wasm = { path = "crates/containerd-shim-wasm" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules" }
containerd-shim-wasm-test-modules = { path = "crates/containerd-shim-wasm-test-modules", version = "0.3.0"}
crossbeam = { version = "0.8.2", default-features = false }
env_logger = "0.10"
libc = "0.2.149"
Expand Down

0 comments on commit 4037b4f

Please sign in to comment.