Skip to content

Commit

Permalink
feat: update git2 dependency (#25)
Browse files Browse the repository at this point in the history
* feat: update git2 dependency

* chore(ci): use rust:alpine as ci image
  • Loading branch information
gabrielemuscoskytv authored Feb 27, 2024
1 parent a50f62b commit 617e6d1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: ekidd/rust-musl-builder:1.57.0
- image: rust:alpine
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand All @@ -12,8 +12,8 @@ jobs:
- run:
name: Skip post-release commit
command: |
shopt -s nocasematch
case $(git log --oneline --format=%B -n 1 HEAD) in "chore: restore UNRELEASED version") circleci step halt;; esac
apk add bash musl-dev
bash -c 'shopt -s nocasematch; case $(git log --oneline --format=%B -n 1 HEAD) in "chore: restore UNRELEASED version") circleci step halt;; esac'
- run:
name: Version information
command: rustc --version; cargo --version; rustup --version
Expand Down
22 changes: 14 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "1"
features = ["derive"]

[dependencies.git2]
version = "0.11"
version = "0.18"
default-features = false

[dependencies.tera]
Expand Down

0 comments on commit 617e6d1

Please sign in to comment.