diff --git a/Cargo.toml b/Cargo.toml index 5977dac..b55b079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = ["/build.rs","/grammars","/templates"] [dependencies] lazy_static = "^1.4" -uuid = "=0.8.*" +uuid = "1.*" byteorder = "^1" murmur3 = "=0.4" # 0.5 is incompatible currently bit-set = "=0.5.*" @@ -37,4 +37,4 @@ parking_lot = "0.11" [profile.release] #opt-level = 3 -#debug = true \ No newline at end of file +#debug = true