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 cdfb582 commit 0e4d616Copy full SHA for 0e4d616
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.6
2
+
3
+- Allow array length definitions to include casts and other expressions
4
5
# v0.1.5
6
7
- Ping dependency versions
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versionize_derive"
-version = "0.1.5"
+version = "0.1.6"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
description = "Implements the Versionize derive proc macro."
0 commit comments