Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
terry90 committed Nov 6, 2023
1 parent c462393 commit 5df0aa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_filter"
version = "1.0.2"
version = "1.0.3"
authors = ["Terry Raimondo <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -19,6 +19,6 @@ axum = ["diesel_filter_query/axum"]
utoipa = ["diesel_filter_query/utoipa"]

[dependencies]
diesel_filter_query = { path = "../query", version = ">=1.0.0" }
diesel_filter_query = { path = "../query", version = "1" }
serde = { version = "1.0", optional = true }
diesel = { version = "2.0.0", optional = true }
2 changes: 1 addition & 1 deletion query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_filter_query"
version = "1.0.0"
version = "1.0.1"
authors = ["Terry Raimondo <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5df0aa1

Please sign in to comment.