We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a119aa + 026100e commit faf82bfCopy full SHA for faf82bf
src/minion/Cargo.toml
@@ -11,7 +11,7 @@ rand = "0.7.2"
11
cfg-if = "0.1.10"
12
serde = { version = "1.0.101", features = ["derive"] }
13
serde_json = "1.0.41"
14
-tiny-nix-ipc = { git = "https://github.com/mikailbag/tiny-nix-ipc", rev = "bfd29b8b05098c132dd30cd1c7909377e88cb789", features = ["ser_json"] }
+tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
15
procfs = "0.6.0"
16
nix = "0.15.0"
17
downcast-rs = "1.1.0"
0 commit comments