Skip to content

Commit

Permalink
relaxed version of web_socket_channel again
Browse files Browse the repository at this point in the history
  • Loading branch information
KammererTob committed Jan 13, 2024
1 parent af75cc2 commit 4dacc96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: stomp_dart_client
homepage: https://github.com/blackhorse-one/stomp_dart
version: 1.0.1
version: 1.0.3
description: Dart STOMP client for easy messaging interoperability. Build with flutter in mind, but should work for every dart application.
environment:
sdk: ">=2.12.0 <4.0.0"

dependencies:
web_socket_channel: 2.4.0
web_socket_channel: ^2.4.0

dev_dependencies:
test: ^1.23.1
test: ^1.25.0
lints: ^3.0.0
stream_channel: ^2.1.1

0 comments on commit 4dacc96

Please sign in to comment.