Skip to content

Commit

Permalink
update fastsim-core/Cargo.toml fastsim-proc-macros version
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 563c441 commit e382d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.4" }
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" }
Expand Down

0 comments on commit e382d66

Please sign in to comment.