Skip to content

Releases: umcconnell/servum

v1.0.3

14 Jan 20:06
4d11706
Compare
Choose a tag to compare
Fix argument parsing bug

This fixes a bug where servum is invoked using `cargo servum`. In
this case, the first argument, i.e. `servum` will be removed from
the argument vec. After this, the next if statement will try to
read from index 0 of an empty vec, result in a panic. Both branches
will now check, whether the vec is empty.

v1.0.2

10 Jan 15:55
b159763
Compare
Choose a tag to compare
Increase version number

Testing the fixed mac release action

v1.0.1

10 Jan 15:45
d65a06c
Compare
Choose a tag to compare
Increment version number

v1.0.0

09 Jan 16:11
185ed50
Compare
Choose a tag to compare
Fix a few clippy lints