| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add nix exception to downgrade_dependencies. | Nick Mathewson | 2022-02-28 | 1 | -1/+2 |
| | | |||||
| * | maint/downgrade_dependencies: Upgrade zeroize_derive, env_logger | Ian Jackson | 2022-02-28 | 1 | -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 Mathewson | 2022-02-25 | 1 | -1/+0 |
| | | |||||
| * | Remove file ending of shellcheck_all and downgrade_dependencies script | Daniel Schischkin | 2022-02-03 | 1 | -0/+13 |
| | | |||||
| * | Add correct file ending to maint/downgrade_dependencies | Daniel Schischkin | 2022-01-28 | 1 | -13/+0 |
| | | |||||
| * | Move our "minimal versions" code to a script. | Nick Mathewson | 2022-01-07 | 1 | -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. | |||||
