Skip to content

Commit

Permalink
Fix crate version in getting_started.md (#286)
Browse files Browse the repository at this point in the history
Getting started guide refers to version 0.6, but 0.7 is live on crates.io
Pointed out in #285
  • Loading branch information
Electron100 authored Dec 19, 2024
1 parent e0be66a commit 9fe98c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In `Cargo.toml`, add a dependency on Butane:

``` toml
[dependencies]
butane = { version = "0.6", features=["pg", "sqlite"] }
butane = { version = "0.7", features=["pg", "sqlite"] }
```

This guide will focus on using SQLite initially, and use "pg" for
Expand Down

0 comments on commit 9fe98c6

Please sign in to comment.