Skip to content

Commit

Permalink
set minimum rust-version to 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Nov 1, 2023
1 parent 20ac354 commit 30036e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.1.0"
edition = "2021"
authors = ["Trey Lowerison <19714082+tlowerison@users.noreply.github.com>"]
repository = "https://github.com/tlowerison/leptos_form"
rust-version = "1.75.0"

[workspace.dependencies]
# internal to this workspace
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ alt="Unsafe Rust forbidden" />
* [Docs](https://docs.rs/leptos_form)
* [GitHub repository](https://github.com/tlowerison/leptos_form)
* [Cargo package](https://crates.io/crates/leptos_form)
* Minimum supported Rust version: 1.75.0 or later

## Features

Expand Down
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
derivative.workspace = true
Expand Down
1 change: 1 addition & 0 deletions leptos_form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
leptos.workspace = true
Expand Down
1 change: 1 addition & 0 deletions proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
leptos_form_proc_macros_core.workspace = true
Expand Down
1 change: 1 addition & 0 deletions proc_macros/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
rust-version.workspace = true

[dependencies]
convert_case.workspace = true
Expand Down

0 comments on commit 30036e3

Please sign in to comment.