1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-07 19:31:42 +00:00

chore: Update liquid to 0.20

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Raits
2020-03-22 16:27:35 +01:00
committed by David Peter
parent 5edd8260e8
commit 136a745c5d
5 changed files with 67 additions and 110 deletions
+3 -3
View File
@@ -33,15 +33,15 @@ matrix:
# Minimum Rust supported channel.
- os: linux
rust: 1.36.0
rust: 1.37.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.36.0
rust: 1.37.0
env:
- TARGET=x86_64-unknown-linux-musl
- CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
- os: osx
rust: 1.36.0
rust: 1.37.0
env: TARGET=x86_64-apple-darwin
# Disable nightly for now