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
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
I tried to cargo install artifact-app in order to update artifact only to realize it tried to build v1.0.1 (which failed btw), and that the artifact crates available were super old. How come? Maybe you should just drop the cargo install from the tutorial.
I then realized that I originally just installed the binaries.
While I'm there, latest release v2.1.5 panics when I just invoke art with no argument, I guess it should probably display some help info.
The text was updated successfully, but these errors were encountered:
Yes, I havne't pushed to crates.io in a while. The main reason is because artifact uses two stacks (web-frontend and backend) which must both be built, and I have not (yet) been able to stuff them both in a build.rs file (relatedly, it currently requires cargo-web and mdbook).
The art panic issue has been resolved in master 😄
vitiral
changed the title
super outdated crates.io
remove cargo install from tutorial
Apr 10, 2019
I tried to
cargo install artifact-app
in order to update artifact only to realize it tried to build v1.0.1 (which failed btw), and that the artifact crates available were super old. How come? Maybe you should just drop thecargo install
from the tutorial.I then realized that I originally just installed the binaries.
While I'm there, latest release v2.1.5 panics when I just invoke
art
with no argument, I guess it should probably display some help info.The text was updated successfully, but these errors were encountered: