From b187fbc65acb49e64255b79ee714939bb50d28c3 Mon Sep 17 00:00:00 2001 From: Felipe Lalanne Date: Tue, 29 Oct 2024 10:24:11 -0300 Subject: [PATCH] Do not publish the repo to crates.io The default is true. This prevents accidental publishing of the project Change-type: patch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a99610c0..1bcb33ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "wifi-connect" version = "4.11.67" authors = ["Zahari Petkov "] description = "Easy WiFi setup for Linux devices from your mobile phone or laptop" +publish = false [dependencies] network-manager = { git = "https://github.com/balena-io-modules/network-manager.git" }