Skip to content

Commit

Permalink
Merge pull request #90 from alexheretic/deps++
Browse files Browse the repository at this point in the history
Update dependencies, require libsodium
  • Loading branch information
w4 authored Nov 12, 2024
2 parents 9a5a1af + 83aacde commit 619e035
Show file tree
Hide file tree
Showing 7 changed files with 699 additions and 419 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt install -y libsodium-dev
- run: cargo check

test:
Expand All @@ -25,6 +26,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- run: sudo apt install -y libsodium-dev
- run: cargo test

fmt:
Expand All @@ -51,4 +53,5 @@ jobs:
toolchain: stable
override: true
components: clippy
- run: sudo apt install -y libsodium-dev
- run: cargo clippy -- -D warnings
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Introduce configurable cache backend with a RocksDB implementation (set `cache.type = "rocksdb"` and `cache.path = "cache"` to use it), defaults to `cache.type = "in-memory"`.
- Support crate yanking by creating a `yanked` file on the release.
- Add `bust-cache` command, invoked via `ssh [registry] -- bust-cache [project] [crate-name] [crate-version]` to remove eligibility cache (ie. after a crate has been yanked)
- Update dependencies, require libsodium at build & runtime.

# v0.1.4

Expand Down
Loading

0 comments on commit 619e035

Please sign in to comment.