Skip to content

Commit fc56ce3

Browse files
committed
Specify minimum Rust version
1 parent 9fef8ae commit fc56ce3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

splashsurf/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords = ["sph", "particle", "surface", "reconstruction", "marching-cubes"]
66
categories = ["command-line-utilities", "graphics", "science", "simulation", "visualization"]
77
readme = "README.md"
88
edition = "2024"
9+
rust-version = "1.88"
910

1011
authors.workspace = true
1112
license.workspace = true

splashsurf_lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ keywords = ["sph", "particle", "surface", "reconstruction", "marching-cubes"]
66
categories = ["graphics", "science", "simulation", "visualization", "rendering"]
77
readme = "README.md"
88
edition = "2024"
9+
rust-version = "1.88"
910

1011
documentation = "https://docs.rs/splashsurf_lib"
1112
authors.workspace = true

0 commit comments

Comments
 (0)