Skip to content

Commit

Permalink
Update MSRV.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 1, 2023
1 parent 5fe9848 commit a8fef1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Rust

on:
push:
branches: [ main ]
branches: [main]
schedule:
- cron: 0 0 1 * *
pull_request:
branches: [ main ]
branches: [main]

env:
CARGO_TERM_COLOR: always
Expand All @@ -21,14 +21,14 @@ jobs:
- macos-latest
rust:
- stable
- 1.60.0
- 1.64.0
include:
- os: ubuntu-latest
rust: stable
lint: 1
- rust: stable
rust-args: --all-features
- rust: 1.60.0
- rust: 1.64.0
rust-args: --all-features
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ documentation = "https://docs.rs/implicit-clone"
readme = "README.md"
keywords = ["immutable", "cheap-clone", "copy", "rc"]
categories = ["rust-patterns"]
rust-version = "1.64"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit a8fef1c

Please sign in to comment.