From dad049f9986a2539c3805bf7ec06ec3c260ac16f Mon Sep 17 00:00:00 2001 From: Mahad Date: Fri, 6 Dec 2024 18:31:00 +0500 Subject: [PATCH] use msgpack serializer from xconnio --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3e8e3d3..a28fa3d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: wampproto description: Sans-IO WAMP protocol implementation version: 0.1.0 repository: https://github.com/xconnio/wampproto-dart +publish_to: none environment: sdk: ">=2.17.0 <4.0.0" @@ -11,7 +12,8 @@ dependencies: cbor: ^6.2.0 collection: ^1.18.0 crypto: ^3.0.3 - msgpack_dart: ^1.0.1 + msgpack_dart: + git: https://github.com/xconnio/msgpack_dart pinenacl: ^0.6.0 pointycastle: ^3.9.1