Skip to content

Commit

Permalink
Update dependencies, require libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Nov 11, 2024
1 parent 9a5a1af commit df34bbf
Show file tree
Hide file tree
Showing 6 changed files with 696 additions and 419 deletions.
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 df34bbf

Please sign in to comment.