We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f0ba7 + 0d583c6 commit 2acd34cCopy full SHA for 2acd34c
Cargo.toml
@@ -1,10 +1,13 @@
1
[package]
2
name = "serde_magnus"
3
-version = "0.9.0"
+version = "0.10.0"
4
description = "Serde integration for Magnus"
5
edition = "2018"
6
rust-version = "1.65"
7
-authors = ["Joe Wilm <joe@jwilm.com>", "George Claghorn <georgeclaghorn@gmail.com>"]
+authors = [
8
+ "Joe Wilm <joe@jwilm.com>",
9
+ "George Claghorn <georgeclaghorn@gmail.com>",
10
+]
11
repository = "https://github.com/OneSignal/serde-magnus"
12
homepage = "https://github.com/OneSignal/serde-magnus"
13
documentation = "https://docs.rs/serde_magnus"
0 commit comments