Skip to content

Commit

Permalink
Specify minimum Rust version in Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Dec 11, 2023
1 parent 36ce5f7 commit 236b10c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ authors = ["Kyle Cesare <[email protected]>"]
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"

[profile.release]
lto = "fat"
Expand Down
1 change: 1 addition & 0 deletions crates/optik-cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
name = "optikcpp"
Expand Down
1 change: 1 addition & 0 deletions crates/optik-py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
name = "optik"
Expand Down
1 change: 1 addition & 0 deletions crates/optik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
name = "optik"
Expand Down

0 comments on commit 236b10c

Please sign in to comment.