diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project.conf b/project.conf index a046427..9940827 100644 --- a/project.conf +++ b/project.conf @@ -1,11 +1,11 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "3.0.0" +version = "3.8.0" platforms = ["posix"] [config] -ignore_dirs = ["kms/server"] +ignore_dirs = ["kms/server", "build"] error_on_warning = "true" [dependencies] |