We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f67c5 commit 83c1349Copy full SHA for 83c1349
1 file changed
src/postgres/lib.rs
@@ -2,7 +2,7 @@
2
#[license="MIT"];
3
4
// Needed for rustdoc-ng
5
-#[link(name="postgres")];
+#[link(name="postgres", vers="0.1")];
6
7
#[warn(missing_doc)];
8
0 commit comments