Update edition, URL, and lints
This commit is contained in:
parent
f08eda2758
commit
d26ef729eb
1 changed files with 8 additions and 6 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "el"
|
name = "el"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
authors = ["Garmelon <garmelon@plugh.de>"]
|
authors = ["Garmelon <garmelon@plugh.de>"]
|
||||||
description = "Write and manipulate HTML elements as data"
|
description = "Write and manipulate HTML elements as data"
|
||||||
repository = "https://github.com/Garmelon/el"
|
repository = "https://git.plugh.de/Garmelon/el"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["html", "svg", "mathml", "hiccup"]
|
keywords = ["html", "svg", "mathml", "hiccup"]
|
||||||
categories = ["web-programming", "template-engine"]
|
categories = ["web-programming", "template-engine"]
|
||||||
|
|
@ -19,10 +19,12 @@ http = { version = "1.0.0", optional = true }
|
||||||
[lints]
|
[lints]
|
||||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||||
# Lint groups
|
# Lint groups
|
||||||
rust.deprecated_safe = "warn"
|
rust.deprecated-safe = "warn"
|
||||||
rust.future_incompatible = "warn"
|
rust.future-incompatible = "warn"
|
||||||
rust.keyword_idents = "warn"
|
rust.keyword-idents = "warn"
|
||||||
rust.rust_2018_idioms = "warn"
|
rust.nonstandard-style = "warn"
|
||||||
|
rust.refining-impl-trait = "warn"
|
||||||
|
rust.rust-2018-idioms = "warn"
|
||||||
rust.unused = "warn"
|
rust.unused = "warn"
|
||||||
# Individual lints
|
# Individual lints
|
||||||
rust.let_underscore_drop = "warn"
|
rust.let_underscore_drop = "warn"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue