Skip to content

Commit

Permalink
Increase rustc version to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
theskim committed Nov 21, 2024
1 parent 8c6bac3 commit 40b54c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idna/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/servo/rust-url/"
license = "MIT OR Apache-2.0"
autotests = false
edition = "2018"
rust-version = "1.57" # For panic in const context
rust-version = "1.63" # For panic in const context

[lib]
doctest = false
Expand Down
2 changes: 1 addition & 1 deletion url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["parser-implementations", "web-programming", "encoding", "no-std"]
license = "MIT OR Apache-2.0"
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"]
edition = "2018"
rust-version = "1.57" # From idna
rust-version = "1.63" # From idna

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 40b54c4

Please sign in to comment.