Skip to content

Commit a114e8d

Browse files
authored
chore: update min fastify version (#178)
1 parent 293cb13 commit a114e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function fastifyPostgres (fastify, options, next) {
191191
}
192192

193193
module.exports = fp(fastifyPostgres, {
194-
fastify: '4.x',
194+
fastify: '5.x',
195195
name: '@fastify/postgres'
196196
})
197197
module.exports.default = fastifyPostgres

0 commit comments

Comments
 (0)