Skip to content

Commit 2a29aae

Browse files
committed
Fix link
1 parent 92dc6f6 commit 2a29aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ types. The driver currently supports the following conversions:
265265
More conversions can be defined by implementing the `ToSql` and `FromSql`
266266
traits.
267267

268-
The [postgres-deriving](https://github.com/sfackler/rust-postgres-deriving)
268+
The [postgres-derive](https://github.com/sfackler/rust-postgres-derive)
269269
crate will synthesize `ToSql` and `FromSql` implementations for enum, domain,
270270
and composite Postgres types.
271271

0 commit comments

Comments
 (0)