From 355057904ae1e991f524e3cae16703d84ae8053a Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 30 Apr 2024 15:49:01 +0700 Subject: [PATCH] docs: Remove confusing example version The version in the TOML example in the main documentation on docs.rs can be easily confused with the latest version of the crate, which is multiple versions newer. --- crates/toml/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/toml/src/lib.rs b/crates/toml/src/lib.rs index 9f59752d..568df239 100644 --- a/crates/toml/src/lib.rs +++ b/crates/toml/src/lib.rs @@ -5,7 +5,6 @@ //! ```toml //! [package] //! name = "toml" -//! version = "0.4.2" //! authors = ["Alex Crichton "] //! //! [dependencies]