Skip to content

Commit 4e202cd

Browse files
committed
chore(shard.lock): bump ssh2 version
1 parent 31c758f commit 4e202cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/cisco/room_kit.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class Cisco::RoomKit < PlaceOS::Driver
202202
command({"Video Input SetMainVideoSource" => :camera_select},
203203
connector_id_: 1..3, # Source can either be specified as the
204204
layout_: VideoLayout, # physical connector...
205-
source_id_: 1..3) # ...or the logical source ID.
205+
source_id_: 1..3) # ...or the logical source ID
206206

207207
enum LayoutFamily
208208
Auto

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ shards:
343343

344344
ssh2:
345345
git: https://github.com/spider-gazelle/ssh2.cr.git
346-
version: 1.6.1
346+
version: 1.7.0
347347

348348
stomp:
349349
git: https://github.com/spider-gazelle/stomp.git

0 commit comments

Comments
 (0)