Skip to content

Commit

Permalink
fix: Diesel hasn't released a 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Mar 17, 2024
1 parent 941c0a8 commit a5992cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,5 @@
# Unreleased

# Version 2.2.0

* Add support for structs with internal references to DieselNewTypes (`ethan-lowman-fp` [#30](https://github.com/quodlibetor/diesel-derive-newtype/pull/30)):

```rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diesel-derive-newtype"
version = "2.2.0"
version = "2.1.0"
authors = ["Brandon W Maister <quodlibetor@gmail.com>"]
categories = ["database", "rust-patterns"]
description = "Automatically connect newtypes to Diesel using their wrapped type"
Expand Down

0 comments on commit a5992cf

Please sign in to comment.