From 2f59f1ee3bbe810680aff2b874d60a3e11932216 Mon Sep 17 00:00:00 2001 From: "o.ermakov" Date: Wed, 8 May 2024 19:11:52 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d02c10d..38ab7c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serpyco-rs" -version = "1.8.0" +version = "1.9.0" dependencies = [ "atomic_refcell", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index a8a8fab..21de9f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 2e1c0ce..e755385 100644 --- a/README.md +++ b/README.md @@ -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