Skip to content

Commit

Permalink
Bump SDK upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
wstrange committed Jun 19, 2023
1 parent 19a1333 commit 7debac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* https://luca.ntop.org/Teaching/Appunti/asn1.html
* https://ldap.com/ldapv3-wire-protocol-reference-asn1-ber/
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7debac9

Please sign in to comment.