Skip to content

Commit

Permalink
Update git2, re-enable 1.58.1 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Dec 19, 2023
1 parent 2d527b9 commit caa3c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
#toolchain: [1.58.1, stable, beta, nightly] # weirdness with 1.58.1 and git2
toolchain: [stable, beta, nightly]
toolchain: [1.58.1, stable, beta, nightly] # weirdness with 1.58.1 and git2
#toolchain: [stable, beta, nightly]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
anyhow = { version = "1" }
clap = { version = "3", default-features = false, features = ["cargo", "std"] }
git2 = { version = "0.16", default-features = false }
git2 = { version = "0.18", default-features = false }
globset = { version = "0.4", default-features = false }
rustfmt-wrapper = { version = "0.2" }
serde = { version = "1.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit caa3c38

Please sign in to comment.