Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Aug 22, 2024
1 parent 52655a5 commit fffea15
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
@@ -1,6 +1,6 @@
[package]
name = "serde_rusqlite"
version = "0.35.0"
version = "0.36.0"
edition = "2021"
description = "Serialize/deserialize rusqlite rows"
keywords = ["serde", "sqlite", "rusqlite", "serialization", "deserialization"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See [full documentation](https://docs.rs/serde_rusqlite)
Add this to your Cargo.toml:
```
[dependencies]
serde_rusqlite = "0.35.0"
serde_rusqlite = "0.36.0"
```

![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
Expand Down

0 comments on commit fffea15

Please sign in to comment.