Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

remove cargo install from tutorial #267

Open
nbrr opened this issue Apr 7, 2019 · 2 comments
Open

remove cargo install from tutorial #267

nbrr opened this issue Apr 7, 2019 · 2 comments

Comments

@nbrr
Copy link

nbrr commented Apr 7, 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 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.

@vitiral
Copy link
Owner

vitiral commented Apr 10, 2019

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 vitiral changed the title super outdated crates.io remove cargo install from tutorial Apr 10, 2019
@vitiral
Copy link
Owner

vitiral commented Apr 10, 2019

The tutorial needs a general overhaul and I haven't had time to do it since moving and starting a new job. It might be some time before I get to it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants