From 48132264334405db3ebde6a9c2f8c426b501a54f Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Mon, 25 May 2026 20:21:54 -0400 Subject: [PATCH 1/2] Upgrade network to v3.0.0 --- burt_network/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/burt_network/pubspec.yaml b/burt_network/pubspec.yaml index b6d4527a..dfa58f8d 100644 --- a/burt_network/pubspec.yaml +++ b/burt_network/pubspec.yaml @@ -1,6 +1,6 @@ name: burt_network description: A starting point for Dart libraries or applications. -version: 2.8.0 +version: 3.0.0 publish_to: none repository: https://github.com/BinghamtonRover/Networking diff --git a/pubspec.yaml b/pubspec.yaml index f58ebf22..bde47678 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: args: ^2.6.0 dhttpd: ^4.1.0 cli_spin: ^1.0.1 - burt_network: ^2.4.0 + burt_network: ^3.0.0 dev_dependencies: # dependency_validator: ^5.0.2 From a69c7a1d25c53fc9dad540d15e3e455336ea7ecd Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Mon, 25 May 2026 20:25:32 -0400 Subject: [PATCH 2/2] Update dependency versions --- autonomy/pubspec.yaml | 2 +- subsystems/pubspec.yaml | 2 +- video/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autonomy/pubspec.yaml b/autonomy/pubspec.yaml index 0c65f9e4..56f0690a 100644 --- a/autonomy/pubspec.yaml +++ b/autonomy/pubspec.yaml @@ -9,7 +9,7 @@ environment: # Try not to edit this section by hand. Use `dart pub add my_package` dependencies: - burt_network: ^2.4.0 + burt_network: ^3.0.0 a_star: ^3.0.0 meta: ^1.11.0 collection: ^1.19.1 diff --git a/subsystems/pubspec.yaml b/subsystems/pubspec.yaml index 3b292336..d8180ba3 100644 --- a/subsystems/pubspec.yaml +++ b/subsystems/pubspec.yaml @@ -10,7 +10,7 @@ environment: # Add regular dependencies here. dependencies: args: ^2.6.0 - burt_network: ^2.7.0 + burt_network: ^3.0.0 collection: ^1.19.0 coordinate_converter: ^1.2.3 csv: ^6.0.0 diff --git a/video/pubspec.yaml b/video/pubspec.yaml index 8f9c8f28..15601373 100644 --- a/video/pubspec.yaml +++ b/video/pubspec.yaml @@ -9,7 +9,7 @@ environment: # Add regular dependencies here. dependencies: - burt_network: ^2.7.0 + burt_network: ^3.0.0 typed_isolate: ^6.0.0 ffi: ^2.1.0 dartcv4: ^1.1.8