Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Nov 21, 2023
1 parent 6851153 commit 7f98ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cargo-ext/src/new_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ pub fn new_project(path: PathBuf) -> anyhow::Result<()> {

let generate_args = GenerateArgs {
template_path: TemplatePath {
git: Some("https://github.com/greenhat/miden-project-template".into()),
git: Some("https://github.com/0xPolygonMiden/rust-templates".into()),
auto_path: Some("library".into()),
..Default::default()
},
destination: path
Expand Down

0 comments on commit 7f98ec9

Please sign in to comment.