Skip to content

Commit faf82bf

Browse files
bors[bot]MikailBag
andauthored
Merge #93
93: switch to upstream tiny-nix-ipc r=MikailBag a=MikailBag Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
2 parents 4a119aa + 026100e commit faf82bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/minion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rand = "0.7.2"
1111
cfg-if = "0.1.10"
1212
serde = { version = "1.0.101", features = ["derive"] }
1313
serde_json = "1.0.41"
14-
tiny-nix-ipc = { git = "https://github.com/mikailbag/tiny-nix-ipc", rev = "bfd29b8b05098c132dd30cd1c7909377e88cb789", features = ["ser_json"] }
14+
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
1515
procfs = "0.6.0"
1616
nix = "0.15.0"
1717
downcast-rs = "1.1.0"

0 commit comments

Comments
 (0)