diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-24 08:16:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-24 00:16:04 +0100 |
commit | c26fbe38d5a1f485a0960357c22080dd23e03ffb (patch) | |
tree | 45f6f9c99a2e60a0716eb33b95eb30ab4608a082 /serde_v8 | |
parent | e57b38f8b216bc8c0c1c22c10ab5c9ce2560c58a (diff) |
1.31.0 (#17906)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'serde_v8')
-rw-r--r-- | serde_v8/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml index 3d4c850da..e0af4312a 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "serde_v8" -version = "0.82.0" +version = "0.83.0" authors.workspace = true edition.workspace = true license.workspace = true |