You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description:"This is an extremely long description that tests how the layout handles descriptions that might wrap to multiple lines or overflow the available space in the OpenGraph image template design. This is an extremely long description that tests how the layout handles descriptions that might wrap to multiple lines or overflow the available space in the OpenGraph image template design.",
631
-
license:"MIT/Apache-2.0/ISC/BSD-3-Clause",
631
+
version:"2.1.0-beta.1+build.12345",
632
+
description:Some(
633
+
"This is an extremely long description that tests how the layout handles descriptions that might wrap to multiple lines or overflow the available space in the OpenGraph image template design. This is an extremely long description that tests how the layout handles descriptions that might wrap to multiple lines or overflow the available space in the OpenGraph image template design.",
634
+
),
635
+
license:Some("MIT/Apache-2.0/ISC/BSD-3-Clause"),
632
636
tags:&[
633
637
"web-framework",
634
638
"async-runtime",
@@ -648,9 +652,9 @@ mod tests {
648
652
649
653
OgImageData{
650
654
name:"test-crate",
651
-
version:"v1.0.0",
652
-
description:"A test crate for OpenGraph image generation",
653
-
license:"MIT/Apache-2.0",
655
+
version:"1.0.0",
656
+
description:Some("A test crate for OpenGraph image generation"),
0 commit comments