Skip to content

Commit

Permalink
Update litrs requirement from 0.3.0 to 0.4.0 (#108)
Browse files Browse the repository at this point in the history
Updates the requirements on [litrs](https://github.com/LukasKalbertodt/litrs) to permit the latest version.
- [Release notes](https://github.com/LukasKalbertodt/litrs/releases)
- [Changelog](https://github.com/LukasKalbertodt/litrs/blob/main/CHANGELOG.md)
- [Commits](LukasKalbertodt/litrs@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: litrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 24091af commit fbd788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylist-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proc-macro = true
[dependencies]
stylist-core = { path = "../stylist-core", version = "0.12", features = ["parser"] }

litrs = "0.3.0"
litrs = "0.4.0"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.47"
quote = "1.0.21"
Expand Down

0 comments on commit fbd788f

Please sign in to comment.