Skip to content

Commit aff61fb

Browse files
Update cairo-rs requirement from 0.7.1 to 0.8.0
Updates the requirements on [cairo-rs](https://github.com/gtk-rs/cairo) to permit the latest version. - [Release notes](https://github.com/gtk-rs/cairo/releases) - [Commits](gtk-rs/cairo@0.7.1...0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3b8de06 commit aff61fb

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
@@ -35,7 +35,7 @@ default-features = false
3535
features = ["jpeg", "png_codec", "bmp"]
3636

3737
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cairo-rs]
38-
version = "0.7.1"
38+
version = "0.8.0"
3939
optional = true
4040
features = ["ps"]
4141

0 commit comments

Comments
 (0)