module Dependabot
Docs on Cargo
workspaces: doc.rust-lang.org/cargo/reference/manifest.html#the-workspace-section
Relevant Cargo
docs can be found at:
Rust pre-release versions use 1.0.1-rc1 syntax, which Gem::Version converts into 1.0.1.pre.rc1. We override the `to_s` method to stop that alteration.