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 to deno 1.2.0 (std to 0.61.0) #91

Closed
LarsVomMars opened this issue Jul 18, 2020 · 1 comment · Fixed by #92
Closed

Update to deno 1.2.0 (std to 0.61.0) #91

LarsVomMars opened this issue Jul 18, 2020 · 1 comment · Fixed by #92

Comments

@LarsVomMars
Copy link
Contributor

Version of std prior to 0.61.0 are incompatible with Deno 1.2.0. which breaks all applications running on deno 1.2+.
To fix it you should update all std dependencies to 0.61.0+.

@LarsVomMars
Copy link
Contributor Author

But keep in mind that this will break all applications running on <1.2.0 and the update may cause some more errors and failures at first. So simply updating std probably won't work :c

zhmushan pushed a commit that referenced this issue Jul 18, 2020
* Fixed std versions

* Update ci to use deno 1.2.0
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 a pull request may close this issue.

1 participant