Skip to content

Commit 42296b3

Browse files
committed
Point at the proper supported version of Syntex
0.22.0 is no longer supported by Diesel.
1 parent e7e4988 commit 42296b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel_codegen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-dependencies.
3434

3535
```toml
3636
diesel_codegen = "^0.4.0"
37-
syntex = "^0.22.0"
37+
syntex = "^0.25.0"
3838
```
3939

4040
You'll need to move any code using annotations into a different file.

0 commit comments

Comments
 (0)