Skip to content

Commit e4dda5a

Browse files
committed
Release v0.10.0
1 parent 6fc8234 commit e4dda5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres_range"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -17,4 +17,4 @@ postgres-types = "0.1"
1717
chrono-04 = { version = "0.4", package = "chrono", optional = true }
1818

1919
[dev-dependencies]
20-
postgres = { version = "0.17" }
20+
postgres = "0.17"

0 commit comments

Comments
 (0)