Skip to content

Commit

Permalink
Update to origin 0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Oct 9, 2024
1 parent 9e4bb09 commit d81959f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c-scape/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rustix = { version = "0.38.35", default-features = false, features = ["event", "
rustix-futex-sync = { version = "0.2.1", features = ["atomic_usize"] }
memoffset = "0.9.0"
realpath-ext = { version = "0.1.0", default-features = false }
origin = { version = "0.21.1", default-features = false, features = ["thread", "init-fini-arrays", "alloc", "nightly", "getauxval"] }
origin = { version = "0.22.0", default-features = false, features = ["init-fini-arrays", "program-at-exit", "thread-at-exit", "nightly", "getauxval"] }
# We use the libc crate for C ABI types and constants, but we don't depend on
# the actual platform libc.
libc = { version = "0.2.155", default-features = false }
Expand Down Expand Up @@ -101,7 +101,7 @@ eyra = [
# One of the following two features must be enabled:

# Enable this to tell c-scape to take control of the process.
take-charge = ["origin/take-charge", "origin/origin-start", "origin/signal"]
take-charge = ["origin/origin-start", "origin/signal"]

# Enable this to tell c-scape to let a libc be in control of
# the process.
Expand Down

0 comments on commit d81959f

Please sign in to comment.