parent
58ad727144
commit
8e6e73fa4b
@ -0,0 +1,25 @@
|
||||
From c3b537015e5bd9ac571cac96a3967a6d9ea48989 Mon Sep 17 00:00:00 2001
|
||||
From: "Benjamin A. Beasley" <code@musicinmybrain.net>
|
||||
Date: Mon, 11 Nov 2024 10:53:45 -0500
|
||||
Subject: [PATCH] Downstream-only: Omit doctests that require icu
|
||||
|
||||
---
|
||||
COMPARE.md | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/COMPARE.md b/COMPARE.md
|
||||
index 6ebf29c..8bdab4f 100644
|
||||
--- a/COMPARE.md
|
||||
+++ b/COMPARE.md
|
||||
@@ -1129,7 +1129,7 @@ timestamp or duration type.
|
||||
`icu` can be used to complement `jiff` when localized date formatting or
|
||||
calendar conversions are required:
|
||||
|
||||
-```rust
|
||||
+```ignore
|
||||
use icu::{
|
||||
calendar::{japanese::Japanese, DateTime},
|
||||
datetime::TypedDateTimeFormatter,
|
||||
--
|
||||
2.47.0
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (jiff-0.1.13.crate) = 70025484872505d2ea50e59c463343280cf2ef5041a1a166f499802022d8ebd1f7ad2fc6ed569688a7bea097988941f21ccb1bae690c3924a6828381fe05c35d
|
||||
SHA512 (jiff-0.1.14.crate) = 3f1d403e4a6393bcb84b93d4aa0b876de83056fa7dd145b61da611b5436a7dd6ecd1d1681c2eec8c61406c9f4f5cca7cc3000391c9fbeac2f81d7666fdea0d0e
|
||||
|
Loading…
Reference in new issue