Skip to content

Commit

Permalink
chore: update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Aug 3, 2023
1 parent 3211aba commit 7326682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: "1.65"
toolchain: "1.67"
override: true
- run: cargo build --all-features
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = "https://github.com/sunng87/pgwire"
repository = "https://github.com/sunng87/pgwire"
documentation = "https://docs.rs/crate/pgwire/"
readme = "README.md"
rust-version = "1.65"
rust-version = "1.67"

[dependencies]
log = "0.4"
Expand Down

0 comments on commit 7326682

Please sign in to comment.