From 91becce925375e4d1d089dc2deb2197e1b7a3ebe Mon Sep 17 00:00:00 2001 From: Werner Date: Wed, 1 Feb 2023 21:14:14 -0300 Subject: [PATCH] Update Bootstrap.ps1 --- Bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.ps1 b/Bootstrap.ps1 index 316aed0..6e2aaba 100644 --- a/Bootstrap.ps1 +++ b/Bootstrap.ps1 @@ -2,7 +2,7 @@ echo "Installing dependencies..." -cargo install cbindgen +#cargo install cbindgen echo "Generating bindings..."