diff options
-rw-r--r-- | unlustig.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unlustig.scm b/unlustig.scm index 3b9fac3..509ad6d 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -836,7 +836,7 @@ See winapi for types and constants.") (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2) - ("rust-malloc-buf" ,rust-malloc-buf-0.0.6) + ("rust-malloc-buf" ,rust-malloc-buf-0.0) ("rust-objc-exception" ,rust-objc-exception-0.0.2)))) (home-page "http://github.com/SSheldon/rust-objc") (synopsis "Objective-C Runtime bindings and wrapper for Rust.") |