You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the function crate-dependencies is receiving a path list, but it expects a single path string. I have a fix for this I will make in a PR.
The text was updated successfully, but these errors were encountered:
The :paths parameter is an alist, meaning you need a . between the crate and the path like this:
#+begin_src rust :main no :results value drawer :exports true :linenos true :paths '((lib . "/home/ryan/git/vendor/enigmacurry/org/src/rust/lib")) :crates '((lib . 1.0))
I see that you created a #71 to change the behavior. I think we want to keep it as is, but we still want the other improvements you added in that PR for testing.
I am trying to add my own crate with the
:paths
argument in rustic-babel code block:Heres the traceback from executing this block:
It looks like the function
crate-dependencies
is receiving a path list, but it expects a single path string. I have a fix for this I will make in a PR.The text was updated successfully, but these errors were encountered: