Releases: rubiojr/rsx
Releases · rubiojr/rsx
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Version support for external modules
Building with external modules now supports pulling a particular module version.
A new .module_versions
file needs to be created where the module and the version we want to pull.
Example:
.modules
contains:
# gpx is the module alias
[email protected]/rubiojr/gpx-risor
To pull a specific gpx
module version, add to .module_versions
:
# No need to add the alias here
github.com/rubiojr/[email protected]