aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4e8592a..dc1012a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,11 +32,11 @@
//! # Cargo.toml
//!
//! [dependencies]
-//! windmark = "0.1.2"
+//! windmark = "0.1.3"
//! tokio = { version = "0.2.4", features = ["full"] }
//!
//! # If you would like to use the built-in logger (recommended)
-//! # windmark = { version = "0.1.2", features = ["logger"] }
+//! # windmark = { version = "0.1.3", features = ["logger"] }
//! ```
//!
//! ### Implement a Windmark server
@@ -255,7 +255,7 @@ impl Router {
/// # Examples
///
/// ```rust
- /// windmark::Router::new().run();
+ /// windmark::Router::new().run();
/// ```
///
/// # Panics