modules/rust: Fix New Version check that was not updated

Should be 1.4.0 but was 1.3.0
This commit is contained in:
Dylan Baker 2024-02-26 09:59:39 -08:00
parent fa2ab69e0f
commit 2b5c8cc6a7
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class RustModule(ExtensionModule):
'output_inline_wrapper',
str,
default='',
since='1.3.0',
since='1.4.0',
),
DEPENDENCIES_KW.evolve(since='1.0.0'),
)