Skip to content

Commit

Permalink
Merge pull request #3 from mozilla-services/bug/mysql
Browse files Browse the repository at this point in the history
bug: use mysql, not postgres
  • Loading branch information
pjenvey authored Feb 9, 2018
2 parents 1dd7c7f + 0130713 commit b283255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["jrconlin <[email protected]>"]

[dependencies]
diesel = { version = "1.0", features = ["postgres"] }
diesel = { version = "1.0", features = ["mysql"] }
dotenv = "0.9"
rocket = "0.3"
rocket_codegen = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [API doc](https://docs.google.com/document/d/1Wxqf1a4HDkKgHDIswPmhmdvk8KPoME
***NOTE***: This will require:
* rust nightly. See [rocket.rs Getting Started](https://rocket.rs/guide/getting-started/) for
additional steps.
* libpq and libpq-dev installed
* libmysql-dev installed

0 comments on commit b283255

Please sign in to comment.