Skip to content

Commit

Permalink
Bump ouroboros dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwong committed Jun 21, 2023
1 parent 332e29d commit 228efcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The
format is based on [Keep a Changelog], and this project aims to follow
[Semantic Versioning].

## [Unreleased]

### Changed

- Bump ouroboros dependency.

## [0.14.0] - 2023-03-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static = "1.4.0"
libc = "0.2"
log = "0.4"
num-traits = "0.2"
ouroboros = "0.15"
ouroboros = "0.17"
rustc-hash = "1.1.0"
tinyvec = { version = "1", features = ["alloc"] }
ucd-trie = "0.1.5"
Expand Down

0 comments on commit 228efcb

Please sign in to comment.