component-detection/.devcontainer
Tom Fay 15eb5fa89d
Fix Rust component detector to support "x.y.z" version specifiers in Cargo.toml (#43)
* Handle "x.y.z" version specifiers like "^x.y.z"

To match cargo's behaviour

* Don't allow caret/tilde requirements with wildcard

* enforce whole regex match for tilde/caret reqs

so that 1.2.* isn't interpreted as ^1.2.*

* bump detector versions
2022-01-25 09:39:34 -08:00
..
library-scripts Initial commit 2021-11-19 06:07:50 -08:00
Dockerfile Fix Rust component detector to support "x.y.z" version specifiers in Cargo.toml (#43) 2022-01-25 09:39:34 -08:00
devcontainer.json Fix Rust component detector to support "x.y.z" version specifiers in Cargo.toml (#43) 2022-01-25 09:39:34 -08:00