Skip to content

Commit

Permalink
Merge pull request #176 from NREL/f3/spec-rust-version
Browse files Browse the repository at this point in the history
F3/spec rust version
  • Loading branch information
calbaker authored Dec 26, 2024
2 parents 836146c + 6942dec commit a01dc98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resolver = "2"

[workspace.package]
edition = "2021"

rust-version = "1.83"

[profile.dev]
opt-level = 0
Expand Down
1 change: 1 addition & 0 deletions fastsim-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fastsim-cli"
version = "1.0.0"
edition.workspace = true
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 fastsim-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fastsim-core"
version = "1.0.0"
edition = { workspace = true }
rust-version = { workspace = true }

[dependencies]
fastsim-proc-macros = { path = "fastsim-proc-macros", version = "3.0.0" }
Expand Down
1 change: 1 addition & 0 deletions fastsim-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fastsim-py"
version = "1.0.0"
edition = { workspace = true }
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 a01dc98

Please sign in to comment.