Commit 77ee50d 1 parent ea3dc8d commit 77ee50d Copy full SHA for 77ee50d
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- rust : [1.57 .0, stable]
19
+ rust : [1.59 .0, stable]
20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 1
1
Unreleased
2
2
----------
3
3
- Switched to using GitHub Actions as CI provider
4
- - Bumped minimum supported Rust version to ` 1.57 `
4
+ - Bumped minimum supported Rust version to ` 1.59 `
5
5
- Bumped ` tokio-tungstenite ` dependency to ` 0.17 `
6
6
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "websocket-util"
3
3
version = " 0.10.1"
4
4
authors = [
" Daniel Mueller <[email protected] >" ]
5
5
edition = " 2018"
6
- rust-version = " 1.57 "
6
+ rust-version = " 1.59 "
7
7
license = " GPL-3.0-or-later"
8
8
homepage = " https://github.com/d-e-s-o/websocket-util"
9
9
repository = " https://github.com/d-e-s-o/websocket-util.git"
Original file line number Diff line number Diff line change 2
2
[ ![ coverage] ( https://codecov.io/gh/d-e-s-o/websocket-util/branch/main/graph/badge.svg )] ( https://codecov.io/gh/d-e-s-o/websocket-util )
3
3
[ ![ crates.io] ( https://img.shields.io/crates/v/websocket-util.svg )] ( https://crates.io/crates/websocket-util )
4
4
[ ![ Docs] ( https://docs.rs/websocket-util/badge.svg )] ( https://docs.rs/websocket-util )
5
- [ ![ rustc] ( https://img.shields.io/badge/rustc-1.57 +-blue.svg )] ( https://blog.rust-lang.org/2021/12/ 02/Rust-1.57 .0.html )
5
+ [ ![ rustc] ( https://img.shields.io/badge/rustc-1.59 +-blue.svg )] ( https://blog.rust-lang.org/2022/ 02/24/ Rust-1.59 .0.html )
6
6
7
7
websocket-util
8
8
==============
You can’t perform that action at this time.
0 commit comments