Skip to content

Commit 04fefde

Browse files
Update litrs requirement from 0.4.0 to 1.0.0
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.4.0...v1.0.0) --- updated-dependencies: - dependency-name: litrs dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a43e2dc commit 04fefde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stylist-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.84.0"
2020
proc-macro = true
2121

2222
[dependencies]
23-
litrs = "0.4.0"
23+
litrs = "1.0.0"
2424
proc-macro-error = "1.0.4"
2525
proc-macro2 = "1.0.47"
2626
quote = "1.0.21"

0 commit comments

Comments
 (0)