Skip to content

Commit

Permalink
v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Feb 19, 2024
1 parent 4fe3065 commit 1add60d
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.34.0"
version = "0.35.0"
edition = "2018"
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.34.0"
serde_rusqlite = "0.35.0"
```

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

0 comments on commit 1add60d

Please sign in to comment.