fix: change bindings to fit current setup
This commit is contained in:
committed by
Michael Hoffmann
parent
f0a315ded3
commit
e552eb9c7f
@@ -19,10 +19,10 @@
|
||||
},
|
||||
"bindings": {
|
||||
"c": true,
|
||||
"go": true,
|
||||
"node": true,
|
||||
"python": true,
|
||||
"rust": true,
|
||||
"swift": true
|
||||
"go": false,
|
||||
"node": false,
|
||||
"python": false,
|
||||
"rust": false,
|
||||
"swift": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,10 +21,10 @@
|
||||
}
|
||||
},
|
||||
"bindings": {
|
||||
"c": true,
|
||||
"go": true,
|
||||
"c": false,
|
||||
"go": false,
|
||||
"node": true,
|
||||
"python": true,
|
||||
"python": false,
|
||||
"rust": true,
|
||||
"swift": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user