Skip to content

Commit 33ac7f7

Browse files
authored
Merge pull request #16 from bwolf/bump-dependencies
Bump dependencies for compatibility with newer Postgres crates
2 parents e4dda5a + aca63eb commit 33ac7f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres_range"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -12,8 +12,8 @@ documentation = "https://sfackler.github.io/rust-postgres-range/doc/v0.9.0/postg
1212
with-chrono-0_4 = ["chrono-04", "postgres-types/with-chrono-0_4"]
1313

1414
[dependencies]
15-
postgres-protocol = "0.5"
16-
postgres-types = "0.1"
15+
postgres-protocol = "0.6"
16+
postgres-types = "0.2"
1717
chrono-04 = { version = "0.4", package = "chrono", optional = true }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)