Skip to content

Commit

Permalink
Bump pool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Dec 23, 2023
1 parent 8a21e51 commit 42ae48a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ shards:

pool:
git: https://github.com/ysbaddaden/pool.git
version: 0.2.4
version: 0.3.0

radix:
git: https://github.com/luislavena/radix.git
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: ~> 0.9.0
pool:
github: ysbaddaden/pool
version: ~> 0.2.4
version: ~> 0.3.0
raven:
github: Sija/raven.cr
version: ~> 1.9.2
Expand Down
2 changes: 1 addition & 1 deletion src/gphoto2/web/camera_wrapper.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module GPhoto2
getter pool : ConnectionPool(Camera) do
ConnectionPool.new(
capacity: 1,
timeout: @timeout.total_seconds
timeout: @timeout
) { camera }
end

Expand Down

0 comments on commit 42ae48a

Please sign in to comment.