diff --git a/Cargo.toml b/Cargo.toml index 740d2fb..07a44d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nectar" authors = ["Rob Wagner "] -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Telnet protocol (RFC 854) implementation via a Tokio codec. Includes support for various MUD protocol extensions."