Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit c22dfd8

Browse files
committed
Fix version desync
1 parent 2437ca5 commit c22dfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-derive-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nightly = []
1616
with-syntex = ["syntex", "syntex_syntax"]
1717

1818
[build-dependencies]
19-
syntex = { version = "0.36", optional = true }
19+
syntex = { version = "0.44", optional = true }
2020

2121
[dependencies]
2222
syntex = { version = "0.44", optional = true }

0 commit comments

Comments
 (0)