Skip to content

Commit

Permalink
fix: remove compiler_version from new Nargo.toml (#6590)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 21, 2024
1 parent 01c4a9f commit df8f2ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tooling/nargo_cli/src/cli/init_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use super::NargoConfig;
use clap::Args;
use nargo::constants::{PKG_FILE, SRC_DIR};
use nargo::package::{CrateName, PackageType};
use noirc_driver::NOIRC_VERSION;
use std::path::PathBuf;

/// Create a Noir project in the current directory.
Expand Down Expand Up @@ -66,7 +65,6 @@ pub(crate) fn initialize_project(
name = "{package_name}"
type = "{package_type}"
authors = [""]
compiler_version = ">={NOIRC_VERSION}"
[dependencies]"#
);
Expand Down

0 comments on commit df8f2ee

Please sign in to comment.