Skip to content

Commit dee5c91

Browse files
Update embedded-graphics requirement from 0.6.2 to 0.7.1
Updates the requirements on [embedded-graphics](https://github.com/embedded-graphics/embedded-graphics) to permit the latest version. - [Release notes](https://github.com/embedded-graphics/embedded-graphics/releases) - [Changelog](https://github.com/embedded-graphics/embedded-graphics/blob/master/CHANGELOG.md) - [Commits](embedded-graphics/embedded-graphics@embedded-graphics-v0.6.2...embedded-graphics-v0.7.1) --- updated-dependencies: - dependency-name: embedded-graphics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8e1441 commit dee5c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ barcoders = "1.0.2"
3333
thiserror = "1.0.23"
3434
tempdir = "0.3.7"
3535

36-
embedded-graphics = "0.6.2"
36+
embedded-graphics = "0.7.1"
3737
embedded-text = "0.4.0"
3838
# TODO: make preview optional
3939
embedded-graphics-simulator = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)