We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5ce50 commit 9570adeCopy full SHA for 9570ade
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libwebp-sys"
3
-version = "0.13.0"
+version = "0.13.1"
4
authors = [
5
"XianYou <xianyou.cyq@alibaba-inc.com>",
6
"Kornel Lesiński <kornel@geekhood.net>",
README.md
@@ -12,7 +12,7 @@ Add the following to the `Cargo.toml` in your project:
12
13
```toml
14
[dependencies]
15
-libwebp-sys = "0.12"
+libwebp-sys = "0.13"
16
```
17
18
or to require `no_std` support:
0 commit comments