Skip to content

Commit 94e4a29

Browse files
authored
Update version referenced in README
1 parent 1e6f110 commit 94e4a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ executable in exchange for better performance at runtime. In particular:
4343

4444
```toml
4545
[dependencies]
46-
rust-embed-for-web="11.1.4"
46+
rust-embed-for-web="11.3.0"
4747
```
4848

4949
## Usage
@@ -125,7 +125,7 @@ To enable zstd compression, add this to your `Cargo.toml`:
125125

126126
```toml
127127
[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"] }
129129
```
130130

131131
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

Comments
 (0)