aboutsummaryrefslogtreecommitdiff
path: root/maint/downgrade_dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Add nix exception to downgrade_dependencies.Nick Mathewson2022-02-281-1/+2
|
* maint/downgrade_dependencies: Upgrade zeroize_derive, env_loggerIan Jackson2022-02-281-0/+2
| | | | | | | | The *earlier* versions of these crates pull in *dependencies* that violate our MSRV policy by requiring a *later* version of Rust. Empirically, env_logger 0.5.4 would be enough, but practice here seems to be to just say "cargo update".
* Remove lexical-core from downgrade_dependencies exceptions.Nick Mathewson2022-02-251-1/+0
|
* Remove file ending of shellcheck_all and downgrade_dependencies scriptDaniel Schischkin2022-02-031-0/+13
|
* Add correct file ending to maint/downgrade_dependenciesDaniel Schischkin2022-01-281-13/+0
|
* Move our "minimal versions" code to a script.Nick Mathewson2022-01-071-0/+13
Previously this code was in .gitlab-ci.yml, but for the purposes of testing my fix for #275, it turned out to be much better to have it in a script of its own. Also, we now need to update our "quote" second-order dependency, since otherwise our minimal first-order dependencies won't build correctly.