From 7debac9930c0fe3f7e7111f59d7b6262d4af6113 Mon Sep 17 00:00:00 2001 From: warren Date: Mon, 19 Jun 2023 07:48:23 -0700 Subject: [PATCH] Bump SDK upper bound --- README.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e981c47..7fd9f9f 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,5 @@ expected output. Bonus points if it is formatted as a dart test. ## References * https://letsencrypt.org/docs/a-warm-welcome-to-asn1-and-der/ -* https://luca.ntop.org/Teaching/Appunti/asn1.html \ No newline at end of file +* https://luca.ntop.org/Teaching/Appunti/asn1.html +* https://ldap.com/ldapv3-wire-protocol-reference-asn1-ber/ \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index c64b67d..b0170b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 1.4.1 description: An ASN1 parser library for Dart. Encodes / decodes from ASN1 Objects to BER bytes homepage: https://github.com/wstrange/asn1lib environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.12.0 <4.0.0' dev_dependencies: test: ^1.22.0