zielmicha / nim-dbus

libdbus binding for Nim
MIT License
19 stars 7 forks source link

Fix case object branch transition deprecation. #3

Closed SolitudeSF closed 4 years ago

SolitudeSF commented 4 years ago

Setting case branch is prohibited in 0.20, so case object need to be initialized explicitly. Incidentally this makes code more compact.

Version bump and tag would be greatly appreciated since this is breaking change fix.