Skip to content

Commit 611564c

Browse files
authored
Merge pull request #199 from jwilm/support-uuid-0.3
Support uuid 0.3
2 parents d3b5675 + 498d451 commit 611564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ openssl = { version = ">= 0.6.4, < 0.8", optional = true }
3535
serde_json = { version = ">= 0.6, < 0.9", optional = true }
3636
time = { version = "0.1.14", optional = true }
3737
unix_socket = { version = "0.5", optional = true }
38-
uuid = { version = ">= 0.1, < 0.3", optional = true }
38+
uuid = { version = ">= 0.1, < 0.4", optional = true }
3939
security-framework = { version = "0.1.2", optional = true }
4040
bit-vec = { version = "0.4", optional = true }
4141
eui48 = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)