Skip to content

Commit

Permalink
Use openssl_3_0 and niv update all deps (#50)
Browse files Browse the repository at this point in the history
It appears that recent Ubuntu distros don't include `openssl-1.1.1` by default any more (fixes #48), this PR adopts 3.0.

v3.0 of `openssl` has been released on 8 Sept 2021, so it should be widespread enough in recent distributions.

Also bumps:
- `nix` deps (e.g. `release-22.05`)
- `cargo` deps
- some GH actions
  • Loading branch information
ggreif committed Jun 21, 2022
1 parent a0f6c73 commit ecd3580
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
all-targets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v16
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
Loading

0 comments on commit ecd3580

Please sign in to comment.