Skip to content

Commit d74f557

Browse files
committed
chore: adopt slect API improvements.
1 parent 39e8311 commit d74f557

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ include-vendor = { git = "https://github.com/movementlabsxyz/kestrel.git", rev =
142142
ready-docker = { git = "https://github.com/movementlabsxyz/kestrel.git", rev = "3220d704df7e06d1dcc5266e15eaf05db86fdb07" }
143143

144144
# orfile
145-
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "0af1c7d21d2565f3b676bad67b4b9ccd50c083d0" }
146-
slect = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "0af1c7d21d2565f3b676bad67b4b9ccd50c083d0" }
145+
orfile = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "f02851242af77791b905efc19aef6af21918fb1e" }
146+
slect = { git = "https://github.com/movementlabsxyz/orfile.git", rev = "f02851242af77791b905efc19aef6af21918fb1e" }
147147

148148
# docs
149149
clap-markdown-ext = { git = "https://github.com/movementlabsxyz/clap-markdown-ext.git", rev = "a4c6c00193baa50eefa214bd74b4a1d50c3255a0" }

migration/cli/migrate-node/docs/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Select migration over the node
126126

127127
* `--null` — Enable the null selection
128128

129-
**Selection (1/1):** `null`
129+
Selection (1/1): null
130130
The config for the migration
131131

132132
Usage: --null.*

0 commit comments

Comments
 (0)