Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fluent-uri"
version = "0.4.1"
authors = ["Scallop Ye <[email protected]>"]
edition = "2021"
rust-version = "1.68"
rust-version = "1.80"
description = "A generic URI/IRI handling library compliant with RFC 3986/3987."
documentation = "https://docs.rs/fluent-uri"
repository = "https://github.com/yescallop/fluent-uri-rs"
Expand All @@ -19,7 +19,9 @@ net = []

[dependencies]
borrow-or-share = "0.2"
percent-encoding = "2.3.1"
ref-cast = "1.0"
thiserror = "2.0.12"

[dependencies.serde]
version = "1.0"
Expand Down
Loading