Skip to content

Commit ba3fae6

Browse files
committed
Update deps
1 parent 2f141d0 commit ba3fae6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### Version 0.16.2
4+
- Update ici lib
5+
36
### Version 0.16.1
47
- Fix import issues
58

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "buffer-graphics-lib"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
edition = "2021"
55
authors = ["Emma Britton <emmabritton@pm.me>"]
66
description = "Simple graphics library for buffers"
@@ -24,7 +24,7 @@ graphics-shapes = { version = "0.4.1", default-features = false }
2424
serde = { version = "1.0.197", features = ["derive"], optional = true }
2525
image_lib = { package = "image", version = "0.25.0", optional = true }
2626
log = "0.4.21"
27-
ici-files = { version = "0.2.1" , default-features = false}
27+
ici-files = { version = "0.2.2" , default-features = false}
2828
fnv = "1.0.7"
2929
embedded-graphics-core = { version = "0.4.0", default-features = false, optional = true }
3030
noto-sans-mono-bitmap = { version = "0.2.0", optional = true, default-features = false }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `Graphics` struct needs a mutable slice to work on and so mostly likely you'
1515

1616
In your `Cargo.toml` file add
1717
```toml
18-
buffer-graphics-lib = "0.16.1"
18+
buffer-graphics-lib = "0.16.2"
1919
```
2020

2121
### Code

0 commit comments

Comments
 (0)