Link to the getting started guide for the released version on crates.io

Some of the code in the README has been updated for
cbe24710f6,
and is incorrect on 0.1.0. Some of the documentation examples are
incorrrect still, but I'm going to push 0.2.0 tomorrow, and I'm
intending to keep the API relatively stable, so hopefully this won't be
a problem that needs solving longer term.
This commit is contained in:
Sean Griffin 2015-11-29 18:25:47 -07:00
parent d0842a3f53
commit b5e04a7321

View File

@ -9,6 +9,8 @@ Diesel gets rid of the boilerplate for database interaction and eliminates runti
Getting Started
---------------
### Note: This guide applies to the master branch. The guide for the latest released version can be found [here](https://github.com/sgrif/diesel/tree/v0.1.0#getting-started).
Before you can do anything, you'll first need to set up your table. You'll want
to specify the columns and tables that exist using the [`table!` macro][table]
Once you've done that, you can already start using the query builder, and