Skip to content

Commit

Permalink
log_server: Remove version number of sidevm from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Oct 8, 2023
1 parent d4831f0 commit 19f36f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pink-drivers/log_server/sideprog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crate-type = ["cdylib"]
[dependencies]
log = "0.4.16"
once_cell = "1.10.0"
sidevm = { version = "0.1", path = "../../../sidevm/sidevm" }
phala-allocator = { version = "0.1", path = "../../../phala-allocator" }
sidevm = { path = "../../../sidevm/sidevm" }
phala-allocator = { path = "../../../phala-allocator" }
tokio = { version = "1", features = ["macros", "io-util"] }
futures = "0.3"
log_buffer = "1.0"
Expand Down

0 comments on commit 19f36f8

Please sign in to comment.