File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 steps :
6565 - name : Checkout repository
6666 uses : actions/checkout@master
67+ - name : Install X11 dependencies
68+ run : |
69+ sudo apt-get update
70+ sudo apt-get install --allow-unauthenticated -y -qq \
71+ libxcb-shape0-dev libxcb-xfixes0-dev
6772 - name : Publish
6873 uses : actions-rs/cargo@v1
6974 with :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ## [ 1.5.3] - 2020-12-15
11+ ### Fixed
12+ - Install X11 dependencies for crates.io release
13+
814## [ 1.5.2] - 2020-12-15
915### Added
1016- Add codecov.yml
You can’t perform that action at this time.
0 commit comments