Skip to content

Commit

Permalink
Merge pull request #51 from NREL/ac-apm-v0.2.0
Browse files Browse the repository at this point in the history
Updated versions of altrios-core and altrios-proc-macros in Cargo.toml files
  • Loading branch information
calbaker authored Apr 4, 2024
2 parents 7a5d168 + 066999f commit 3e9bdc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/altrios-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
version = "0.1.7"
version = "0.2.0"
description = "ALTRIOS Core model for train simulation"
readme = "README.md"

Expand All @@ -17,7 +17,7 @@ serde_json = "1.0"
uom = { workspace = true }
paste = "1.0.7"
easy-ext = "1.0.0"
altrios-proc-macros = { version = "0.1.5", path = "altrios-proc-macros" }
altrios-proc-macros = { version = "0.2.0", path = "altrios-proc-macros" }
argmin = "0.5.1"
rayon = "1.5.3"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion rust/altrios-core/altrios-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
version = "0.1.5"
version = "0.2.0"
description = "ALTRIOS procedural macros"
readme = "README.md"

Expand Down

0 comments on commit 3e9bdc9

Please sign in to comment.