Skip to content

Commit

Permalink
Update minimum supported Rust version to 1.63.0
Browse files Browse the repository at this point in the history
This change updates the minimum supported Rust version to 1.63.0. We
need this version because it is the minimum supported one for
websocket-util version 0.12, which we will update to subsequently.
  • Loading branch information
d-e-s-o committed Nov 16, 2023
1 parent 8f42140 commit 65e3134
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
profile: minimal
# Please adjust README and rust-version field in Cargo.toml files when
# bumping version.
toolchain: 1.59.0
toolchain: 1.63.0
default: true
- name: Build
run: cargo build --features=vendored-openssl --locked
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased
`NotPermitted`
- This variant is now used to signal a multitude of conditions,
including certain order submission issues
- Bumped minimum supported Rust version to `1.63`


0.27.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "apca"
version = "0.27.2"
edition = "2021"
rust-version = "1.59"
rust-version = "1.63"
authors = ["Daniel Mueller <[email protected]>"]
license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/apca"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![coverage](https://codecov.io/gh/d-e-s-o/apca/branch/main/graph/badge.svg)](https://codecov.io/gh/d-e-s-o/apca)
[![crates.io](https://img.shields.io/crates/v/apca.svg)](https://crates.io/crates/apca)
[![Docs](https://docs.rs/apca/badge.svg)](https://docs.rs/apca)
[![rustc](https://img.shields.io/badge/rustc-1.59+-blue.svg)](https://blog.rust-lang.org/2022/02/24/Rust-1.59.0.html)
[![rustc](https://img.shields.io/badge/rustc-1.63+-blue.svg)](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)

apca
====
Expand Down

0 comments on commit 65e3134

Please sign in to comment.