From 8f125c04dde500a82adc38ac6cd646b898619c18 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Wed, 29 Nov 2017 17:36:58 +0000 Subject: [PATCH] Update cargo import for uuid to enable the V4 features for creating new Uuids --- edn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edn/Cargo.toml b/edn/Cargo.toml index 758eaae6..9d4239ed 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.7" num = "0.1" ordered-float = "0.5" pretty = "0.2" -uuid = "0.5" +uuid = { version = "0.5", features = ["v4"] } [build-dependencies] peg = "0.5"