Skip to content

Commit 29d61e7

Browse files
committed
sea-query-rusqlite 0.5.0
1 parent 1ef79ec commit 29d61e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## `sea-query-rusqlite` 0.5.0 - 2023-12-29
9+
10+
* Upgrade `rusqlite` to `0.30`
11+
812
## 0.30.5 - 2023-12-14
913

1014
### New Features

Diff for: sea-query-rusqlite/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "sea-query-rusqlite"
6-
version = "0.4.0"
6+
version = "0.5.0"
77
authors = [ "Ivan Krivosheev <[email protected]>" ]
88
edition = "2021"
99
description = "Binder traits for connecting sea-query with Rusqlite"
@@ -18,7 +18,7 @@ rust-version = "1.60"
1818

1919
[dependencies]
2020
sea-query = { version = "0.30", path = "..", default-features = false }
21-
rusqlite = { version = ">=0.29, <0.31", default-features = false, features = ["bundled"] }
21+
rusqlite = { version = "0.30", default-features = false, features = ["bundled"] }
2222

2323
[features]
2424
with-chrono = ["rusqlite/chrono", "sea-query/with-chrono"]

0 commit comments

Comments
 (0)