Skip to content

Commit

Permalink
Merge pull request #107 from LinusCDE/feature/fix-issue-106
Browse files Browse the repository at this point in the history
Prevent usage newer evdev than 0.11.3 due to compilation error for armv7
  • Loading branch information
LinusCDE committed Sep 1, 2022
2 parents 9c6acd4 + 8104974 commit d5d6383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image = { version = "0.23.14", optional = true }
line_drawing = { version = "1.0.0", optional = true }

# input
evdev = { version = "0.11.3", optional = true }
evdev = { version = "<=0.11.3", optional = true }
epoll = { version = "4.3.1", optional = true }
fxhash = { version = "0.2.1", optional = true }

Expand Down

0 comments on commit d5d6383

Please sign in to comment.