Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ermakov-oleg committed May 8, 2024
1 parent b719a54 commit 2f59f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serpyco-rs"
version = "1.8.0"
version = "1.9.0"
edition = "2021"
homepage = "https://github.com/ermakov-oleg/serpyco-rs"
repository = "https://github.com/ermakov-oleg/serpyco-rs"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ There is support for generic types from the standard typing module:
* Tuple (fixed size)
* Literal[str, ...]
* Unions / Tagged unions
* typing.NewType

## Benchmarks

Expand Down

0 comments on commit 2f59f1e

Please sign in to comment.