You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ executable in exchange for better performance at runtime. In particular:
43
43
44
44
```toml
45
45
[dependencies]
46
-
rust-embed-for-web="11.1.4"
46
+
rust-embed-for-web="11.3.0"
47
47
```
48
48
49
49
## Usage
@@ -125,7 +125,7 @@ To enable zstd compression, add this to your `Cargo.toml`:
125
125
126
126
```toml
127
127
[dependencies]
128
-
rust-embed-for-web = { version = "11.2.1", features = ["compression-zstd"] }
128
+
rust-embed-for-web = { version = "11.3.0", features = ["compression-zstd"] }
129
129
```
130
130
131
131
You can also disable zstd compression for specific embeds using the `#[zstd = false]` attribute as described in the "Disabling compression" section above.
0 commit comments