Revert compatibility_minimum change

Since 4.2 is still compatible with 4.1, the minimum compatibility can remain 4.1.
This commit is contained in:
Nathan T.A. Lewis
2024-06-07 20:07:15 -06:00
committed by GitHub
parent 63adb26de9
commit 42cb5ef1ff

View File

@@ -363,7 +363,7 @@ loaded for each platform and the entry function for the module. It is called ``g
[configuration]
entry_symbol = "example_library_init"
compatibility_minimum = "4.2"
compatibility_minimum = "4.1"
[libraries]