I just installed a project that is using webgui and got compiler errors. The .nimble file for that project required webgui version 0.1.0. I was able to figure out that the version 0.1.0 in my computer is on an older commit than the current version 0.1.0. So, I upgraded to the new 0.1.0. I'm still getting errors, but they are different ones now.
I recommend adding using the release function of GitHub so that the official version 0.1.0 is pointing to a specific commit.
Or, roll the release number in webgui.nimble to 0.1.1 and create a 0.1.1 release pointing to the current commit number.
I just installed a project that is using
webgui
and got compiler errors. The.nimble
file for that project requiredwebgui
version0.1.0
. I was able to figure out that the version0.1.0
in my computer is on an older commit than the current version0.1.0
. So, I upgraded to the new0.1.0
. I'm still getting errors, but they are different ones now.I recommend adding using the release function of GitHub so that the official version
0.1.0
is pointing to a specific commit.Or, roll the release number in
webgui.nimble
to0.1.1
and create a0.1.1
release pointing to the current commit number.