diff --git a/Cargo.toml b/Cargo.toml index cae4202..5ff473b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplog" -version = "1.0.0" +version = "1.0.1" authors = ["Andrew Mackenzie "] description = "An extremely small and simple logger that has levels of output" license = "MIT" @@ -10,4 +10,4 @@ name = "simplog" path = "src/lib.rs" [dependencies] -log = "0.3.8" \ No newline at end of file +log = "0.3.8"