Skip to content

Commit

Permalink
Merge branch 'master' of github.com:baoyachi/shadow-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Sep 13, 2023
2 parents 9ccfab7 + 3602332 commit 91e2425
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
needs: [ build ]
steps:
- name: Setup Rust
uses: hecrj/setup-rust-action@v1
uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- name: Install Tarpaulin
Expand All @@ -92,7 +92,7 @@ jobs:
version: 0.14.2
use-tool-cache: true
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test
run: |
cargo test --all-features
Expand All @@ -113,8 +113,8 @@ jobs:
needs: [ test ]
steps:
- name: Set up Rust
uses: hecrj/setup-rust-action@v1
- uses: actions/checkout@v3
uses: hecrj/setup-rust-action@v2
- uses: actions/checkout@v4
- name: Publish
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"
#! Optional Dependencies:

## Use `libgit2` as a backend for git operations
git2 = { version = "0.17.0", default-features = false, optional = true }
git2 = { version = "0.18.0", default-features = false, optional = true }

## Better support for querying the local system time
tzdb = { version = "0.5.0", optional = true, default-features = false }
Expand Down

0 comments on commit 91e2425

Please sign in to comment.