diff --git a/Cargo.lock b/Cargo.lock index 3efb39e3..8712ea44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -713,7 +713,7 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" [[package]] name = "typeshare" -version = "1.0.4" +version = "1.0.5" dependencies = [ "chrono", "serde", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 41516e16..2af3b493 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typeshare" -version = "1.0.4" +version = "1.0.5" edition = "2021" license = "MIT OR Apache-2.0" readme = "../README.md"