Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Deno dependencies for 1.9.0 #146

Merged
merged 1 commit into from
Apr 16, 2021
Merged

update Deno dependencies for 1.9.0 #146

merged 1 commit into from
Apr 16, 2021

Conversation

aricart
Copy link
Member

@aricart aricart commented Apr 16, 2021

  • [updated] to be compatible with deno 1.9.0, 1.9.0 breaks compatibility on connection types, as Conn is now a generic type. The current fix adds compilation ignore which allows pre-1.9.0 clients to ignore the generic version of Conn, and allows 1.9.0 to be happy.
  • [updated] std lib dependencies to 0.90.0
  • [fix] linter issues exposed by 1.9.0

…ity con connection types, as `Conn` is now a generic type. The current fix adds compilation ignore which allows pre-1.9.0 clients to ignore the generic version of `Conn`, and allows 1.9.0 to be happy.

- [updated] std lib dependencies to 0.90.0
- [fix] linter issues exposed by 1.9.0
@aricart
Copy link
Member Author

aricart commented Apr 16, 2021

This also fixes #144

Copy link

@matthiashanel matthiashanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aricart aricart merged commit 01326d1 into main Apr 16, 2021
@aricart aricart deleted the 1_9_0 branch April 16, 2021 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants