Skip to content

Commit d4252bf

Browse files
committed
ci: bump MSRV
1 parent 70df5a5 commit d4252bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
toolchain: [ nightly, beta, stable, 1.66.0 ]
83+
toolchain: [ nightly, beta, stable, 1.69.0 ]
8484
steps:
8585
- uses: actions/checkout@v2
8686
- name: Install rust ${{ matrix.toolchain }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories = ["network-programming", "cryptography", "concurrency"]
77
homepage = "https://cyphernet.org"
88
repository = "https://github.com/Cyphernet-DAO/rust-netservices"
99
version = "0.8.0"
10-
rust-version = "1.66"
10+
rust-version = "1.69"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"

MANIFEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Library
33
Kind: Free software
44
License: Apache-2.0
55
Language: Rust
6-
Compiler: 1.66
6+
Compiler: 1.69
77
Author: Maxim Orlovsky
88
Maintained: Cyphernet DAO, Switzerland
99
Maintainers:

0 commit comments

Comments
 (0)