cloudamqp / amqp-client.cr

An AMQP 0-9-1 client for Crystal
https://cloudamqp.github.io/amqp-client.cr/
MIT License
69 stars 10 forks source link

Crystal 0.36.0 compile issues #23

Closed bararchy closed 3 years ago

bararchy commented 3 years ago
In amqp-client/src/amqp-client/connection.cr:3:1

 3 | require "logger"
     ^
Error: can't find file 'logger'

If you're trying to require a shard:
- Did you remember to run `shards install`?
- Did you make sure you're running the compiler in the same directory as your shard.yml?
carlhoerberg commented 3 years ago

Should've be fixed in 0.6.2 already

carlhoerberg commented 3 years ago

So you should be good after a shards update. let use know otherwise