Skip to content

Commit 602ec8d

Browse files
committed
fixed imports & changelog
1 parent ee5fb78 commit 602ec8d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `linya` Changelog
22

3-
## 0.3.0 (2022-03-08)
3+
## Unreleased
44

55
#### Added
66

examples/multi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use linya::{Bar, Progress};
22
use rand::Rng;
33
use rayon::prelude::*;
4-
use std::fmt::Write;
54
use std::sync::Mutex;
65
use std::time::Duration;
76

0 commit comments

Comments
 (0)