Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 8, 2025
1 parent cde444e commit f5af6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions confik/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Update `ipnetwork` dependency to `0.21`.

## 0.12.0

- Update `secrecy` dependency to `0.10`.
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ msrv_rustup := "+" + msrv
[private]
downgrade-msrv:
cargo update -p=trybuild --precise=1.0.90
cargo update -p=serde_with --precise=3.11.0

# Test workspace using MSRV
test-msrv: downgrade-msrv (test-no-coverage msrv_rustup)
Expand Down

0 comments on commit f5af6d2

Please sign in to comment.