Skip to content

Commit 037fdc0

Browse files
authored
Merge pull request #57 from AlexTMjugador/master
Replace `atty` dependency with `is-terminal`
2 parents 97fca9b + 58ca194 commit 037fdc0

File tree

6 files changed

+406
-198
lines changed

6 files changed

+406
-198
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- rust: stable
1515
command: test
1616
args: ""
17-
- rust: 1.36.0
17+
- rust: 1.48.0
1818
command: check
1919
args: "--locked"
2020
runs-on: ubuntu-latest
@@ -26,7 +26,7 @@ jobs:
2626
toolchain: ${{ matrix.rust.rust }}
2727
override: true
2828
- run: mv Cargo.lock.msrv Cargo.lock
29-
if: ${{ matrix.rust.rust}} == 1.36.0
29+
if: ${{ matrix.rust.rust}} == 1.48.0
3030
- uses: actions-rs/cargo@v1
3131
with:
3232
command: ${{ matrix.rust.command }}

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
## 0.6.0
4+
### Changed
5+
- Bumped the minimum Rust version to 1.48.0
6+
* [RUSTSEC-2021-0145](https://rustsec.org/advisories/RUSTSEC-2021-0145) fixed
7+
38
## 0.5.3
49
### Changed
510
- Moved the timestamps feature behind the enabled-by-default crate feature `timestamps`.

0 commit comments

Comments
 (0)