Skip to content

Commit

Permalink
Merge pull request #45 from parrotmac/patch-1
Browse files Browse the repository at this point in the history
Update README dependency example to 0.12
  • Loading branch information
kennytm committed Dec 11, 2023
2 parents faa4397 + 71b898e commit f20cdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Cargo.toml

```toml
[dependencies]
qrcode = "0.11"
qrcode = "0.12"
```

The default settings will depend on the `image` crate. If you don't need image generation capability, disable the `default-features`:

```toml
[dependencies]
qrcode = { version = "0.11", default-features = false }
qrcode = { version = "0.12", default-features = false }
```

Example
Expand Down

0 comments on commit f20cdeb

Please sign in to comment.