fix(fuser): Set correct patched version

The patched version was incorrectly set to 1.2.0 where the patch actually landed in 0.16.0
This commit is contained in:
FirelightFlagboy
2025-09-15 09:35:48 +02:00
committed by Dirkjan Ochtman
parent a71d22ed88
commit 139e148474

View File

@@ -14,7 +14,7 @@ license = "CC0-1.0"
"fuser::Session::new" = [">= 0.5.0"]
[versions]
patched = [">= 1.2.0"]
patched = [">= 0.16.0"]
```
# Uninitalized memory read & leak caused by fuser crate