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:
parent
fa2ab69e0f
commit
2b5c8cc6a7
|
@ -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'),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue