aboutsummaryrefslogtreecommitdiffstats
path: root/components/hyper_serde/README.md
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-09-11 00:09:56 -0700
committerGitHub <noreply@github.com>2024-09-11 07:09:56 +0000
commitbc8d8b62c3017dbdb413a636b80bc3a2df0172d6 (patch)
tree2f4de6402a0bfc56af023b4611bfe14fc59f8fa8 /components/hyper_serde/README.md
parent095590e2247517cf22e4aea7956f341a9a38b206 (diff)
downloadservo-bc8d8b62c3017dbdb413a636b80bc3a2df0172d6.tar.gz
servo-bc8d8b62c3017dbdb413a636b80bc3a2df0172d6.zip
Stop using `time@0.1` in Servo (#33394)
This removes the last few uses of `time@0.1` in Servo. There are still dependencies from `style` and `webrender`, but they will be removed soon as well. The uses of this version of `time` are replaced with `std::time` types and `time@0.3` when negative `Duration` is necessary. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/hyper_serde/README.md')
-rw-r--r--components/hyper_serde/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/hyper_serde/README.md b/components/hyper_serde/README.md
index cf518a27f3a..072570fab0b 100644
--- a/components/hyper_serde/README.md
+++ b/components/hyper_serde/README.md
@@ -19,7 +19,6 @@ The supported types are:
* `hyper::method::Method`
* `hyper::Uri`
* `mime::Mime`
-* `time::Tm`
For more details, see the crate documentation.