We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dee88a commit edf5ed0Copy full SHA for edf5ed0
Cargo.toml
@@ -1,8 +1,12 @@
1
[package]
2
name = "versionize_derive"
3
-version = "0.1.1"
+version = "0.1.0"
4
license = "Apache-2.0"
5
authors = ["Amazon Firecracker team <[email protected]>"]
6
+description = "Implements the Versionize derive proc macro."
7
+readme = "README.md"
8
+repository = "https://github.com/firecracker-microvm/versionize_derive"
9
+keywords = ["serialization", "version"]
10
11
[dependencies]
12
proc-macro2 = ">=1.0"
0 commit comments