Skip to content

Commit 83c1349

Browse files
committed
Add back version to avoid warning
1 parent 32f67c5 commit 83c1349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/postgres/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#[license="MIT"];
33

44
// Needed for rustdoc-ng
5-
#[link(name="postgres")];
5+
#[link(name="postgres", vers="0.1")];
66

77
#[warn(missing_doc)];
88

0 commit comments

Comments
 (0)