Skip to content

Commit dde9f6c

Browse files
committed
Support uuid 0.5
Closes sfackler#255
1 parent 1352f32 commit dde9f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres-shared/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ geo = { version = "0.4", optional = true }
2929
rustc-serialize = { version = "0.3", optional = true }
3030
serde_json = { version = ">=0.9,<2.0", optional = true }
3131
time = { version = "0.1.14", optional = true }
32-
uuid = { version = "0.4", optional = true }
32+
uuid = { version = ">=0.4,<0.6", optional = true }

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ geo = "0.4"
6666
rustc-serialize = "0.3"
6767
serde_json = ">=0.9,<2.0"
6868
time = "0.1.14"
69-
uuid = "0.4"
69+
uuid = "0.5"

0 commit comments

Comments
 (0)