Skip to content

Commit

Permalink
Fix crate version in getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Electron100 committed Dec 17, 2024
1 parent e0be66a commit 7069475
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 7069475

Please sign in to comment.