File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2828 rust : stable
2929 steps :
3030 - uses : actions/checkout@master
31+ with :
32+ submodules : true
3133 - name : Install Rust (rustup)
3234 run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3335 shell : bash
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - uses : actions/checkout@master
27+ with :
28+ submodules : true
2729 - name : Publish
2830 env :
2931 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
310## 0.16.0+1.7.1 - 2023-08-28
411[ 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 )
512
Original file line number Diff line number Diff line change 11[package ]
22name = " libgit2-sys"
3- version = " 0.16.0 +1.7.1"
3+ version = " 0.16.1 +1.7.1"
44authors = [" Josh Triplett <josh@joshtriplett.org>" , " Alex Crichton <alex@alexcrichton.com>" ]
55links = " git2"
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments