diff --git a/Cargo.toml b/Cargo.toml index e96a658..0ad3509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "uuid" -version = "0.1.0" +name = "f-uuid" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -getrandom = "0.2.10" -serde = "1.0.188" +getrandom = "0.2" +serde = "1.0"