elixir-mongo / mongodb

MongoDB driver for Elixir
Apache License 2.0
568 stars 157 forks source link

Fix System.stacktrace/0 is deprecated warning #353

Closed gergo-papp closed 3 years ago

gergo-papp commented 3 years ago

fixes #352

Warning: This requires Elixir 1.7.0. This repo currently supports Elixir 1.5 (as defined in mix.exs). See https://hexdocs.pm/elixir/Kernel.SpecialForms.html#__STACKTRACE__/0

This also ensures that we'll support the next Elixir version

gergo-papp commented 3 years ago

@hauleth can we merge this? is this repo maintained any more?

Thanks!

gergo-papp commented 3 years ago

Repo is not maintained