Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch authored Sep 24, 2020
1 parent 729a9b8 commit e6301a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can simply use GlueSQL as an embedded SQL database, GlueSQL provides [sled](
In your `Cargo.toml`
```toml
[dependencies]
gluesql = { version = "0.1.15", features = ["sled-storage"] }
gluesql = { version = "0.1.16", features = ["sled-storage"] }
```

### Usage
Expand Down Expand Up @@ -45,7 +45,7 @@ fn main() {
Now you don't need to include `sled-storage`. So in `Cargo.toml`,
```toml
[dependencies]
gluesql = "0.1.15"
gluesql = "0.1.16"
```

### Usage
Expand Down

0 comments on commit e6301a0

Please sign in to comment.