From 980ee626d0a71f6ceea1613b50130b668b4b3769 Mon Sep 17 00:00:00 2001 From: syeopite Date: Fri, 3 Sep 2021 00:59:43 -0700 Subject: [PATCH] Bump postgres driver --- shard.lock | 2 +- shard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shard.lock b/shard.lock index c08e81fd..21ea9919 100644 --- a/shard.lock +++ b/shard.lock @@ -30,7 +30,7 @@ shards: pg: git: https://github.com/will/crystal-pg.git - version: 0.23.2 + version: 0.24.0 protodec: git: https://github.com/iv-org/protodec.git diff --git a/shard.yml b/shard.yml index e595c2dd..b32054e6 100644 --- a/shard.yml +++ b/shard.yml @@ -12,7 +12,7 @@ targets: dependencies: pg: github: will/crystal-pg - version: ~> 0.23.2 + version: ~> 0.24.0 sqlite3: github: crystal-lang/crystal-sqlite3 version: ~> 0.18.0