Skip to content

Commit 9021b33

Browse files
readme
Co-authored-by: Ryan Johnson <[email protected]>
1 parent 6255c2d commit 9021b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ flags:
8181
- `arrow-55`: Use arrow version 55
8282
- `arrow`: Use the latest arrow version. Note that this is an _unstable_ flag: we will bump this to
8383
the latest arrow version at every arrow version release. Only removing old arrow versions will
84-
cause a breaking change for kernel. If you need to use arrow and require stability, you should
85-
pick a specific arrow version with `arrow-54` or `arrow-55`.
84+
cause a breaking change for kernel. If you require a specific version N of arrow, you should
85+
specify it directly with `arrow-N`, e.g. `arrow-55`.
8686

8787
Note that if more than one `arrow-x` feature is enabled, kernel will use the _highest_ (latest)
8888
specified flag. This also means that if you use `--all-features` you will get the latest version of

0 commit comments

Comments
 (0)