diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-04-22 19:36:44 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-04-22 19:36:44 -0300 |
commit | 1bc1a2e4fe227f2b4904ee6552693049d14f3803 (patch) | |
tree | 0dfcad8cd12ed1f1e6c559c1c42d3eeaa28f5334 /Cargo.toml | |
parent | 85e7a543c9c5729752ad0cc83a51806f77a3fb65 (diff) |
Make Context UnwindSafe+RefUnwindSafe
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4c06152..abf0eff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,4 @@ nul_in_strip = [] [dependencies] libc = "0.2" +impl_trait = "0.1" |