Skip to content

Commit

Permalink
specified rust-version = "1.83"
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Dec 26, 2024
1 parent e00f9d5 commit 19e7a6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ license = "BSD-3-Clause"
edition = "2021"
homepage = "https://www.nrel.gov/transportation/altrios.html"
repository = "https://github.com/NREL/altrios"
rust-version = "1.83"

[profile.dev]
opt-level = 0
Expand Down
1 change: 1 addition & 0 deletions rust/altrios-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = { workspace = true }
version = "0.2.3"
description = "ALTRIOS Core model for train simulation"
readme = "README.md"
rust-version = { workspace = true }

[dependencies]
csv = "1.1.6"
Expand Down
1 change: 1 addition & 0 deletions rust/altrios-core/altrios-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = { workspace = true }
version = "0.2.3"
description = "ALTRIOS procedural macros"
readme = "README.md"
rust-version = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions rust/altrios-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
version = "0.1.0"
rust-version = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 19e7a6b

Please sign in to comment.