Skip to content

Commit

Permalink
update mongodb version
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Feb 22, 2024
1 parent e141105 commit fcd1505
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 @@ -690,7 +690,7 @@ fn handle_dependencies(
});
}
(DbConnectionType::Mongodb, _) => {
dependencies["mongodb"] = json!({"version":"2.0"});
dependencies["mongodb"] = json!({"version":"2.8"});
dependencies["futures-util"] = json!({
"version": "0.3",
});
Expand Down

0 comments on commit fcd1505

Please sign in to comment.