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 824a8eb commit 62adf34
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 62adf34

Please sign in to comment.