Skip to content

Commit

Permalink
loost dependency restriction to fix #194
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jun 12, 2022
1 parent a9ed021 commit 737ed51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: enough_mail
description: IMAP, POP3 and SMTP for email developers. Choose between a low level and a high level API for mailing. Parse and generate MIME messages. Discover email settings.
version: 2.1.0
version: 2.1.1
homepage: https://github.com/Enough-Software/enough_mail

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
basic_utils: ^4.2.2
basic_utils: ^4.2.0
collection: ^1.16.0
crypto: ^3.0.2
crypto: ^3.0.0
encrypt: ^5.0.0
enough_convert: ^1.3.0
enough_convert: ^1.5.0
enough_serialization: ^1.4.0
event_bus: ^2.0.0
intl: ^0.17.0
pointycastle: ^3.6.0
xml: ^6.0.1
xml: '>=6.0.0 <7.0.0'


dev_dependencies:
Expand Down

0 comments on commit 737ed51

Please sign in to comment.