Skip to content

Commit

Permalink
Added package:fixnum
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches committed Dec 6, 2024
1 parent 07cbb7b commit dd2a2ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.1

- Add package:fixnum as a direct dependency due to protobuf files needing it

## 2.3.0

- Deprecate `generated.dart` in favor of `protobuf.dart`
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: burt_network
description: A starting point for Dart libraries or applications.
version: 2.3.0
version: 2.3.1
publish_to: none
repository: https://github.com/BinghamtonRover/Networking

Expand All @@ -9,6 +9,7 @@ environment:

# Add regular dependencies here.
dependencies:
fixnum: ^1.1.1
libserialport: ^0.3.0+1
logger: ^2.0.2
meta: ^1.9.1
Expand Down

0 comments on commit dd2a2ae

Please sign in to comment.