Skip to content

Commit

Permalink
update uuid version
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Feb 12, 2024
1 parent 2a01bc8 commit 46584ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/create_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ fn handle_dependencies(
}
//add uuid dependency
dependencies["uuid"] = json!({
"version": "1.7.1",
"version": "1.4.1",
"features": ["v4", "fast-rng", "macro-diagnostics"]
});
//add rand dependency
Expand Down

0 comments on commit 46584ea

Please sign in to comment.