Skip to content

Commit fec0b24

Browse files
timsaucerOmega359
andauthored
Update docs/source/library-user-guide/upgrading/54.0.0.md
Co-authored-by: Bruce Ritchie <bruce.ritchie@veeva.com>
1 parent cbce0b8 commit fec0b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/source/library-user-guide/upgrading

docs/source/library-user-guide/upgrading/54.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ stats.column_statistics[0].min_value = ...;
125125

126126
### Remove `as_any` from `ScalarUDFImpl`
127127

128-
Now that we have a more recent minimum version of Rust, we can take advantage of
128+
Now that the MSRV has reached 1.86 we can take advantage of
129129
trait upcasting for Scalar UDFs. This reduces the amount of boilerplate code that
130130
users need to do to create a UDF. In your implementations, you can simply remove
131131
this function. The below diff is an example from the associated PR

0 commit comments

Comments
 (0)