From 5ee03d4b2fe97b815b247bcc47e3c2a69f2f1fbe Mon Sep 17 00:00:00 2001 From: Janez T Date: Wed, 1 Apr 2026 15:11:52 +0200 Subject: [PATCH] chore: Pin Meshcore client git ref #0 --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b0db661..fbd9955 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -826,9 +826,11 @@ packages: meshcore_client: dependency: "direct main" description: - path: "../meshcore_client" - relative: true - source: path + path: "." + ref: "0bb339f" + resolved-ref: "0bb339f684f709cf5b9d40c07827cc62beb18a4d" + url: "../meshcore_client" + source: git version: "0.1.0" meta: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index d4e12f9..6a5578c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,7 +42,9 @@ dependencies: # MeshCore BLE protocol client meshcore_client: - path: ../meshcore_client + git: + url: ../meshcore_client + ref: 0bb339f # Codec2 ultra-low-bitrate speech codec (FFI plugin) codec2_flutter: