fix: change bindings to fit current setup

This commit is contained in:
maunzCache
2025-02-16 17:10:33 +01:00
committed by Michael Hoffmann
parent f0a315ded3
commit e552eb9c7f
2 changed files with 8 additions and 8 deletions

View File

@@ -19,10 +19,10 @@
}, },
"bindings": { "bindings": {
"c": true, "c": true,
"go": true, "go": false,
"node": true, "node": false,
"python": true, "python": false,
"rust": true, "rust": false,
"swift": true "swift": false
} }
} }

View File

@@ -21,10 +21,10 @@
} }
}, },
"bindings": { "bindings": {
"c": true, "c": false,
"go": true, "go": false,
"node": true, "node": true,
"python": true, "python": false,
"rust": true, "rust": true,
"swift": true "swift": true
} }