Skip to content

Commit

Permalink
Update pearl to v0.20.0 (#848)
Browse files Browse the repository at this point in the history
* Update pearl to v0.20.0

* Update changelog
  • Loading branch information
ikopylov authored Oct 19, 2023
1 parent 928faef commit 8e8c794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Bob versions changelog

#### Updated
- Update crates versions: tokio, bytes, uuid, infer, base64, bitflags, regex, async-lock (#769)
- Pearl updated to v0.20.0 (#848)


## [2.1.0-alpha.12] - 2023-09-23
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tokio = { version = "1.28", features = [] }

# pearl
[workspace.dependencies.pearl]
version = "0.19.0"
version = "0.20.0"


[profile.release]
Expand Down

0 comments on commit 8e8c794

Please sign in to comment.