Skip to content

Commit

Permalink
Updates edition to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Feb 20, 2025
1 parent a49ceb6 commit 10d6cb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ thiserror = "2.0"
name = "libpq"
version = "5.0.0"
authors = ["Sanpi <sanpi@homecomputing.fr>"]
edition = "2021"
edition = "2024"
license = "MIT"
repository = "https://github.com/sanpii/libpq.rs"
description = "Safe binding for libpq"
keywords = ["database", "postgres", "postgresql", "sql"]
categories = ["database"]
readme = "README.md"
rust-version = "1.77"

[dependencies]
bitflags = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "codegen"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2021"
edition = "2024"

[dependencies]
attohttpc = "0.28"
Expand Down
2 changes: 1 addition & 1 deletion libpq-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Auto-generated rust bindings for libpq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sanpii/libpq.rs"
links = "pq"
edition = "2021"
edition = "2024"

[build-dependencies]
bindgen = "0.71"
Expand Down

0 comments on commit 10d6cb1

Please sign in to comment.