Skip to content

Commit

Permalink
update Cargo.toml dev-proc-macros dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Carow authored and Kyle Carow committed Aug 21, 2023
1 parent e382d66 commit 763c648
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rust/fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ readme = "../../README.md"
repository = "https://github.com/NREL/fastsim"

[dependencies]
# this is compiled only when `dev-proc-macros` feature is not enabled, which is the default
fastsim-proc-macros = { package = "fastsim-proc-macros", version = "0.1.5" }
# this is compiled when `dev-proc-macros` feature is enabled with e.g. `cargo build --features
# dev-proc-macros`
dev-proc-macros = { package = "fastsim-proc-macros", path = "./fastsim-proc-macros" }
fastsim-proc-macros = { package = "fastsim-proc-macros", path = "./fastsim-proc-macros", version = "0.1.5" }
pyo3 = { workspace = true, features = [
"extension-module",
"anyhow",
Expand Down Expand Up @@ -47,4 +43,3 @@ include = [

[features]
pyo3 = ["dep:pyo3"]
dev-proc-macros = []

0 comments on commit 763c648

Please sign in to comment.