aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-31 03:04:05 +0000
committerFuwn <[email protected]>2022-03-31 03:04:05 +0000
commitb359db8f3fa21539e6db13ba0e3af52e2b954797 (patch)
treed6246e1194e41c496dfb9ff20e5976be8edec142 /src/lib.rs
parentfeat(features): auto-deduce-mime (diff)
downloadwindmark-b359db8f3fa21539e6db13ba0e3af52e2b954797.tar.xz
windmark-b359db8f3fa21539e6db13ba0e3af52e2b954797.zip
feat(cargo): bump version
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cb1962e..2fb7e6d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,11 +32,11 @@
//! # Cargo.toml
//!
//! [dependencies]
-//! windmark = "0.1.5"
+//! windmark = "0.1.6"
//! tokio = { version = "0.2.4", features = ["full"] }
//!
//! # If you would like to use the built-in logger (recommended)
-//! # windmark = { version = "0.1.5", features = ["logger"] }
+//! # windmark = { version = "0.1.6", features = ["logger"] }
//! ```
//!
//! ### Implement a Windmark server