-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: freeze compiletest_rs version due to bug
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "dto_derive" | |
description = """ | ||
Derive for automatic mapping DTOs to Entities and vice versa. | ||
""" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Michał Blinkiewicz <[email protected]>"] | ||
repository = "https://github.com/mb1986/dto_derive" | ||
readme = "README.md" | ||
|
@@ -21,4 +21,4 @@ syn = { version = "0.15", features = ["full", "extra-traits"] } | |
quote = "0.6" | ||
|
||
[dev-dependencies] | ||
compiletest_rs = { version = "0.3.19", features = ["stable"] } | ||
compiletest_rs = { version = "=0.3.19", features = ["stable"] } |