Skip to content

Commit

Permalink
sea-query-diesel
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 23, 2023
1 parent d179e82 commit 2ba1e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.30.2 - Pending
## 0.30.2 - 2023-09-23

+ [`sea-query-diesel`/`0.1.0`](https://crates.io/crates/sea-query-diesel/0.1.0)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion sea-query-diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.60"
[lib]

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

0 comments on commit 2ba1e3e

Please sign in to comment.