Skip to content

Commit a40cdd3

Browse files
authored
Merge pull request #3 from signavio/PEX-24601_align_uuid_version
Use same uuid version definition like pi-datastore, pi-shared, etc.
2 parents 4c03da4 + 8d87953 commit a40cdd3

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
@@ -16,7 +16,7 @@ exclude = ["/build.rs","/grammars","/templates"]
1616

1717
[dependencies]
1818
lazy_static = "^1.4"
19-
uuid = "=0.8.*"
19+
uuid = { version = ">=0.8.2, <2.0.0", features = ["serde", "v4"] }
2020
byteorder = "^1"
2121
murmur3 = "=0.4" # 0.5 is incompatible currently
2222
bit-set = "=0.5.*"
@@ -36,4 +36,4 @@ parking_lot = "0.11"
3636

3737
[profile.release]
3838
#opt-level = 3
39-
#debug = true
39+
#debug = true

0 commit comments

Comments
 (0)