Skip to content

Commit b1bc759

Browse files
Remove version from readme/docstring
Remove the explicit `version = "0.1"` so that we don't have to update it when releasing new versions.
1 parent 3dfac9a commit b1bc759

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ pre-written adapters for [`fmt::Write`][output::fmt_write] (like a
3535

3636
### 🔬 Small
3737

38-
This crate is `no_std` compatible (`printf-compat = { version = "0.1",
39-
default-features = false }` in your Cargo.toml). The main machinery doesn't
40-
require the use of [`core::fmt`], and it can't panic.
38+
This crate is `no_std` compatible (with `default-features = false`).
39+
The main machinery doesn't require the use of [`core::fmt`], and it can't panic.
4140

4241
### 🔒 Safe (as can be)
4342

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
//!
3131
//! ## 🔬 Small
3232
//!
33-
//! This crate is `no_std` compatible (`printf-compat = { version = "0.1",
34-
//! default-features = false }` in your Cargo.toml). The main machinery doesn't
35-
//! require the use of [`core::fmt`], and it can't panic.
33+
//! This crate is `no_std` compatible (with `default-features = false`).
34+
//! The main machinery doesn't require the use of [`core::fmt`], and it can't panic.
3635
//!
3736
//! ## 🔒 Safe (as can be)
3837
//!

0 commit comments

Comments
 (0)