Skip to content

Commit

Permalink
fix: freeze compiletest_rs version due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1986 committed Mar 20, 2019
1 parent b9e0364 commit 3743172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <michal.blinkiewicz@gmail.com>"]
repository = "https://github.com/mb1986/dto_derive"
readme = "README.md"
Expand All @@ -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"] }

0 comments on commit 3743172

Please sign in to comment.