Skip to content

Commit 2ba1e3e

Browse files
committed
sea-query-diesel
1 parent d179e82 commit 2ba1e3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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-
## 0.30.2 - Pending
8+
## 0.30.2 - 2023-09-23
9+
10+
+ [`sea-query-diesel`/`0.1.0`](https://crates.io/crates/sea-query-diesel/0.1.0)
911

1012
### Bug Fixes
1113

sea-query-diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.60"
1717
[lib]
1818

1919
[dependencies]
20-
sea-query = { version = "0.31", path = "..", default-features = false }
20+
sea-query = { version = "0.30", path = "..", default-features = false }
2121
diesel = { version = "2.1.1", features = [
2222
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
2323
] }

0 commit comments

Comments
 (0)