Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53194a0

Browse files
committedMar 5, 2022
bump
1 parent e49a94f commit 53194a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "xql"
9-
version = "0.2.6"
9+
version = "0.2.7"
1010
readme = "README.md"
1111
edition = "2021"
1212
description = "SQL query builder"
@@ -79,4 +79,4 @@ required-features = ["sqlite"]
7979
[[test]]
8080
name = "derive"
8181
path = "tests/derive.rs"
82-
required-features = ["derive"]
82+
required-features = ["derive"]

0 commit comments

Comments
 (0)
Please sign in to comment.