File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 28
28
rust : stable
29
29
steps :
30
30
- uses : actions/checkout@master
31
+ with :
32
+ submodules : true
31
33
- name : Install Rust (rustup)
32
34
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
33
35
shell : bash
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- uses : actions/checkout@master
27
+ with :
28
+ submodules : true
27
29
- name : Publish
28
30
env :
29
31
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.16.1+1.7.1 - 2023-08-28
4
+ [ 0.16.0...0.16.1] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.16.0+1.7.1...libgit2-sys-0.16.1+1.7.1 )
5
+
6
+ ### Fixed
7
+
8
+ - Fixed publish of 0.16.0 missing the libgit2 submodule.
9
+
3
10
## 0.16.0+1.7.1 - 2023-08-28
4
11
[ 0.15.2...0.16.0] ( https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.15.2+1.6.4...libgit2-sys-0.16.0+1.7.1 )
5
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libgit2-sys"
3
- version = " 0.16.0 +1.7.1"
3
+ version = " 0.16.1 +1.7.1"
4
4
authors = [
" Josh Triplett <[email protected] >" ,
" Alex Crichton <[email protected] >" ]
5
5
links = " git2"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments