diff --git a/Cargo.lock b/Cargo.lock index 493d5b5..daa926d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "beyond-handoff" -version = "0.1.3" +version = "0.1.4" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 3dedcc2..103834e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.92" # Published as `beyond-handoff`; internal members continue to refer to it as # `handoff` via the `package` rename so their `use handoff::*` statements # don't churn when the crate is renamed for crates.io. -handoff = { path = "crates/handoff", version = "0.1.1", package = "beyond-handoff" } +handoff = { path = "crates/handoff", version = "0.1.4", package = "beyond-handoff" } libc = "0.2" nix = { version = "0.30", default-features = false, features = ["fs", "socket", "uio", "process", "signal"] } diff --git a/crates/handoff/Cargo.toml b/crates/handoff/Cargo.toml index 91d5541..5309cc3 100644 --- a/crates/handoff/Cargo.toml +++ b/crates/handoff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beyond-handoff" -version = "0.1.3" +version = "0.1.4" edition.workspace = true license.workspace = true rust-version.workspace = true