Skip to content

Commit

Permalink
Make it work with Crystal nightlies (0.36.0) again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Jan 22, 2021
1 parent 457e53a commit 1986e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raven/log_backend.cr
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module Raven
# See `Event#logger`, `Breadcrumb#category`
property default_logger : String

{% if compare_versions(Crystal::VERSION, "1.0.0-dev") >= 0 %}
{% if compare_versions(Crystal::VERSION, "0.35.1") > 0 %}
def initialize(
dispatch_mode : ::Log::DispatchMode = :sync,
*,
Expand Down

0 comments on commit 1986e12

Please sign in to comment.