Skip to content

Commit

Permalink
chore: bump MSRV to 1.67.1 because of time
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Aug 4, 2023
1 parent 8a9c31e commit 9c05142
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- '**'
- "**"

jobs:
build:
Expand All @@ -23,8 +23,7 @@ jobs:
- name: Lint code
run: cargo clippy --no-deps -- -D warnings

# MSRV
- name: Check MSRV
uses: dtolnay/[email protected]
- name: Cargo check
# MSRV
uses: dtolnay/[email protected]
- name: Cargo check MSRV
run: cargo check
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Smart Code OOD"]
edition = "2021"
resolver = "2"

rust-version = "1.66.1"
rust-version = "1.67.1"

[lib]
crate_type = ["staticlib", "dylib"]
Expand Down

0 comments on commit 9c05142

Please sign in to comment.